Class OverflowException

All Implemented Interfaces:
Serializable

public final class OverflowException extends RuntimeException
The exception that the Interpreter throws when an arithmetic operation results in an overflow.
See Also:
  • Constructor Details

    • OverflowException

      public OverflowException()