java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an error received from the D-Bus bus or from remote applications found in the bus
Java wrapper for Qt class QDBusError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionQDBusError
(QDBusError other) QDBusError
(QDBusError.ErrorType error, String message) QDBusError
(QDBusMessage msg) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
static String
errorString
(QDBusError.ErrorType error) final boolean
isValid()
final String
message()
final String
name()
final void
swap
(QDBusError other) toString()
final QDBusError.ErrorType
type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QDBusError
public QDBusError() -
QDBusError
-
QDBusError
-
QDBusError
-
QDBusError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details