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
- Since:
- This class was introduced in Qt 4.2.
-
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) - Parameters:
other-
-
QDBusError
See
QDBusError::QDBusError(QDBusError::ErrorType, QString) - Parameters:
error-message-
-
QDBusError
See
QDBusError::QDBusError(QDBusMessage) - Parameters:
msg-
-
-
Method Details
-
isValid
- Returns:
-
message
- Returns:
-
name
- Returns:
-
assign
See
QDBusError::operator=(QDBusError) - Parameters:
other-
-
assign
See
QDBusError::operator=(QDBusMessage) - Parameters:
msg-
-
swap
- Parameters:
other-
-
type
- Returns:
-
errorString
- Parameters:
error-- Returns:
- Since:
- This function was introduced in Qt 4.3.
-
toString
See
operator<<(QDebug,QDBusError) -
clone
Creates and returns a copy of this object.
See
QDBusError::QDBusError(QDBusError)
-