java.lang.Object
io.qt.internal.NativeUtility.Object
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's class QDBusError
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQDBusError(QDBusError other) QDBusError(QDBusError.ErrorType error, String message) QDBusError(QDBusMessage msg) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()static StringerrorString(QDBusError.ErrorType error) final booleanisValid()final Stringmessage()final Stringname()final voidswap(QDBusError other) toString()final QDBusError.ErrorTypetype()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