| Package | Description |
|---|---|
| org.msgpack.core |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFormatException
Thrown when the input message pack format is invalid
|
class |
MessageInsufficientBufferException
Exception that indicates end of input.
|
class |
MessageIntegerOverflowException
This error is thrown when the user tries to read an integer value
using a smaller types.
|
class |
MessageNeverUsedFormatException
Thrown when the input message pack format is invalid
|
class |
MessageSizeException
Thrown to indicate too large message size (e.g, larger than 2^31-1).
|
class |
MessageStringCodingException
Thrown to indicate an error when encoding/decoding a String value
|
class |
MessageTypeCastException |
class |
MessageTypeException
Thrown when a type mismatch error occurs
|
| Modifier and Type | Method and Description |
|---|---|
private static MessagePackException |
MessageUnpacker.unexpected(java.lang.String expected,
byte b)
Create an exception for the case when an unexpected byte value is read
|
private static MessagePackException |
MessageUnpacker.unexpectedExtension(java.lang.String expected,
int expectedType,
int actualType) |