java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.Error
Error messages which can be sent over the bus.
-
Feldübersicht
Von Klasse geerbte Felder org.freedesktop.dbus.messages.Message
logger, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
Error()
protected
Error
(byte _endianess, String _dest, String _errorName, long _replyserial, String _sig, Object... _args) protected
Error
(byte _endianess, String _source, String _dest, String _errorName, long _replyserial, String _sig, Object... _args) protected
protected
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungTurns this into an exception of the correct typevoid
Throw this as an exception of the correct typeVon Klasse geerbte Methoden org.freedesktop.dbus.messages.Message
align, append, appendByte, appendBytes, appendint, createHeaderArgs, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWireData, marshallint, marshallintBig, marshallintLittle, pad, padAndMarshall, setArgs, setByteCounter, setHeader, setSerial, setSource, setWireData, toString, updateEndianess
-
Konstruktordetails
-
Error
protected Error() -
Error
protected Error(byte _endianess, String _dest, String _errorName, long _replyserial, String _sig, Object... _args) throws DBusException - Löst aus:
DBusException
-
Error
protected Error(byte _endianess, String _source, String _dest, String _errorName, long _replyserial, String _sig, Object... _args) throws DBusException - Löst aus:
DBusException
-
Error
- Löst aus:
DBusException
-
Error
- Löst aus:
DBusException
-
-
Methodendetails
-
getException
Turns this into an exception of the correct type- Gibt zurück:
- exception
-
throwException
Throw this as an exception of the correct type- Löst aus:
DBusExecutionException
-