Class ExtendedArithmeticException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.math.api.exception.ExtendedArithmeticException
All Implemented Interfaces:
Serializable

public class ExtendedArithmeticException extends RuntimeException
Thrown when an exceptional arithmetic condition has occurred. This class exists because ArithmeticException does not support causes or stack traces.
See Also:
  • Constructor Details

    • ExtendedArithmeticException

      public ExtendedArithmeticException()
      Constructor for ExtendedArithmeticException
    • ExtendedArithmeticException

      public ExtendedArithmeticException(String message)
      Constructor for ExtendedArithmeticException
      Parameters:
      message - message for the exception
    • ExtendedArithmeticException

      public ExtendedArithmeticException(String message, Throwable cause)
      Constructor for ExtendedArithmeticException
      Parameters:
      message - message for the exception
      cause - cause for the exception
    • ExtendedArithmeticException

      public ExtendedArithmeticException(Throwable cause)
      Constructor for ExtendedArithmeticException
      Parameters:
      cause - cause for the exception