Module name.benjaminjwhite.zdecimal
Package name.benjaminjwhite.zdecimal
Class DecimalOverflowException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- name.benjaminjwhite.zdecimal.DecimalOverflowException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public final class DecimalOverflowException extends java.lang.ExceptionWhen a number is too large to be stored in the number of bytes specified.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DecimalOverflowException()DecimalOverflowException(java.lang.String arg0)
 
-