org.freedesktop.dbus.exceptions
Class MessageFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.freedesktop.dbus.exceptions.DBusException
              extended by 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
MessageFormatException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageFormatException

public MessageFormatException(String message)