ArithmeticException

fun ArithmeticException(errorCode: AvailErrorCode)

Construct a new ArithmeticException with the specified error code.

Parameters

errorCode

fun ArithmeticException(errorCode: AvailErrorCode, cause: Throwable)

Construct a new ArithmeticException with the specified cause.

Parameters

errorCode
cause

The proximal cause of the Exception.