Package org.firebirdsql.extern.decimal
Class DecimalOverflowException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- java.lang.ArithmeticException
- 
- org.firebirdsql.extern.decimal.DecimalOverflowException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public final class DecimalOverflowException extends java.lang.ArithmeticExceptionException thrown to indicate a coefficient or exponent overflow or underflow.- Author:
- Mark Rotteveel
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DecimalOverflowException(java.lang.String message)
 
-