Package org.freedesktop.dbus.exceptions
Class MessageFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.freedesktop.dbus.exceptions.DBusException
-
- org.freedesktop.dbus.exceptions.MessageFormatException
-
- All Implemented Interfaces:
Serializable,NonFatalException
public class MessageFormatException extends DBusException implements NonFatalException
Thrown if a message is formatted incorrectly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageFormatException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageFormatException
public MessageFormatException(String message)
-
-