org.jopendocument.util.convertor
Class NumberConvertor.OverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by org.jopendocument.util.convertor.NumberConvertor.OverflowException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NumberConvertor<T extends java.lang.Number,U extends java.lang.Number>

public static class NumberConvertor.OverflowException
extends java.lang.ArithmeticException

See Also:
Serialized Form

Constructor Summary
NumberConvertor.OverflowException(java.lang.Number n, java.lang.Class<? extends java.lang.Number> clazz)
           
 
Method Summary
 NumberConvertor.OverflowException initCause(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberConvertor.OverflowException

public NumberConvertor.OverflowException(java.lang.Number n,
                                         java.lang.Class<? extends java.lang.Number> clazz)
Method Detail

initCause

public NumberConvertor.OverflowException initCause(java.lang.Throwable cause)
Overrides:
initCause in class java.lang.Throwable