ArithmeticException

An ArithmeticException is thrown by arithmetic operations.

Author

Todd L Smith

See also

Constructors

Link copied to clipboard
constructor(errorCode: AvailErrorCode)

Construct a new ArithmeticException with the specified error code.

constructor(errorCode: AvailErrorCode, cause: Throwable)

Construct a new ArithmeticException with the specified cause.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard

Answer the numeric error code as an Avail.

Link copied to clipboard

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard