Error

protected constructor()

Superclass for Calculator Exceptions.

See also


protected constructor(Message: String)

Exception with message of this error

Parameters

Message

error message

See also


protected constructor(Message: String, Cause: Throwable)

Exception with message and cause of this error

Parameters

Message

error message

Cause

Cause of this error

See also


protected constructor(Cause: Throwable)

Exception with cause of this error

Parameters

Cause

Cause of this error

See also