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:
Serializable
Enclosing class:
NumberConvertor<T extends Number,U extends Number>

public static class NumberConvertor.OverflowException
extends ArithmeticException

See Also:
Serialized Form

Constructor Summary
NumberConvertor.OverflowException(Number n, Class<? extends Number> clazz)
           
 
Method Summary
 NumberConvertor.OverflowException initCause(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberConvertor.OverflowException

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

initCause

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


Copyright © 2010 jOpenDocument All Rights Reserved.