|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.msgpack.core.MessagePackException
org.msgpack.core.MessageTypeException
org.msgpack.core.MessageOverflowException
org.msgpack.core.MessageFloatOverflowException
public class MessageFloatOverflowException
This error is thrown when the user tries to read a value that has decimal component as byte, short, int and long.
Field Summary |
---|
Fields inherited from class org.msgpack.core.MessagePackException |
---|
UNREACHABLE |
Constructor Summary | |
---|---|
MessageFloatOverflowException(double value)
|
Method Summary | |
---|---|
double |
getValue()
|
Methods inherited from class org.msgpack.core.MessagePackException |
---|
UNSUPPORTED |
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 |
---|
public MessageFloatOverflowException(double value)
Method Detail |
---|
public double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |