java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDBusError extends QtObject implements 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 Modifier and Type Class Description static class
QDBusError.ErrorType
Java wrapper for Qt enum QDBusError::ErrorType -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QDBusError()
QDBusError(QDBusError other)
QDBusError(QDBusError.ErrorType error, String message)
QDBusError(QDBusMessage msg)
protected
QDBusError(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDBusError
clone()
static String
errorString(QDBusError.ErrorType error)
boolean
isValid()
String
message()
String
name()
void
swap(QDBusError other)
String
toString()
QDBusError.ErrorType
type()
-
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