java.lang.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 class QDBusError
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQDBusError::QDBusError() QDBusError(QDBusError other) SeeQDBusError::QDBusError(QDBusError) QDBusError(QDBusMessage msg) SeeQDBusError::QDBusError(QDBusMessage) QDBusError(QDBusError.ErrorType error, String message) SeeQDBusError::QDBusError(QDBusError::ErrorType, QString) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QDBusError other) SeeQDBusError::operator=(QDBusError) final voidassign(QDBusMessage msg) SeeQDBusError::operator=(QDBusMessage) clone()Creates and returns a copy of this object.static StringerrorString(QDBusError.ErrorType error) final booleanisValid()final Stringmessage()final Stringname()final voidswap(QDBusError other) toString()Seeoperator<<(QDebug,QDBusError) 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()See
QDBusError::QDBusError() -
QDBusError
See
QDBusError::QDBusError(QDBusError) -
QDBusError
See
QDBusError::QDBusError(QDBusError::ErrorType, QString) -
QDBusError
See
QDBusError::QDBusError(QDBusMessage)
-
-
Method Details
-
isValid
-
message
-
name
-
assign
See
QDBusError::operator=(QDBusError) -
assign
See
QDBusError::operator=(QDBusMessage) -
swap
-
type
-
errorString
-
toString
See
operator<<(QDebug,QDBusError) -
clone
Creates and returns a copy of this object.
See
QDBusError::QDBusError(QDBusError)
-