Class DivideByZeroException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.maroontress.intexpr.impl.DivideByZeroException
All Implemented Interfaces:
Serializable

public final class DivideByZeroException extends RuntimeException
The exception that the Interpreter throws when there is an attempt to divide an integer value by zero.
See Also:
  • Constructor Details

    • DivideByZeroException

      public DivideByZeroException()