org.msgpack.core
Class MessageFloatOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.msgpack.core.MessagePackException
                  extended by org.msgpack.core.MessageTypeException
                      extended by org.msgpack.core.MessageOverflowException
                          extended by org.msgpack.core.MessageFloatOverflowException
All Implemented Interfaces:
java.io.Serializable

public class MessageFloatOverflowException
extends MessageOverflowException

This error is thrown when the user tries to read a value that has decimal component as byte, short, int and long.

See Also:
Serialized Form

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

MessageFloatOverflowException

public MessageFloatOverflowException(double value)
Method Detail

getValue

public double getValue()