Package com.batch.android.msgpack.core
Class MessageFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.batch.android.msgpack.core.MessagePackException
-
- com.batch.android.msgpack.core.MessageFormatException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MessageNeverUsedFormatException
public class MessageFormatException extends MessagePackException
Thrown when the input message pack format is invalid- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.batch.android.msgpack.core.MessagePackException
UNREACHABLE
-
-
Constructor Summary
Constructors Constructor Description MessageFormatException(java.lang.String message)MessageFormatException(java.lang.String message, java.lang.Throwable cause)MessageFormatException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.batch.android.msgpack.core.MessagePackException
UNSUPPORTED
-
-