Package host.fai.lib.faiNumber
Class NumberBeyondCapacityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- host.fai.lib.faiNumber.NumberBeyondCapacityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NumberOverFlowException,NumberUnderFlowException
public class NumberBeyondCapacityException extends RuntimeException
The
NumberBeyondCapacityExceptionclass is a class that extends the RuntimeException class. This class is an uncheck exception class.- Since:
- 1.0.0.f
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumberBeyondCapacityException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NumberBeyondCapacityException
public NumberBeyondCapacityException(String message)
-
-