java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.maroontress.intexpr.impl.OverflowException
- All Implemented Interfaces:
Serializable
The exception that the
Interpreter
throws when an arithmetic
operation results in an overflow.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OverflowException
public OverflowException()
-