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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQDBusError::
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 void
assign
(QDBusError other) SeeQDBusError::
operator=(QDBusError) final void
assign
(QDBusMessage msg) SeeQDBusError::
operator=(QDBusMessage) clone()
Creates and returns a copy of this object.static String
errorString
(QDBusError.ErrorType error) final boolean
isValid()
final String
message()
final String
name()
final void
swap
(QDBusError other) toString()
Seeoperator<<(QDebug,
QDBusError) 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()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)
-