CheckedIntException

An Exception representing the cause of an integer math failure.

A new instances may be created and thrown using raise!(IntFlagPolicy.throws)().

class CheckedIntException : Exception {}

Members

Variables

intFlags
IntFlags intFlags;

An IntFlags bitset indicating the proximate cause(s) of the exception.

Meta