ExceptionOf<T> class

Parameterized exception class. The type argument indicates in which context the exception occured.

Implemented types

Constructors

ExceptionOf({Object message = '', Object invalidState = '', Object expectedState = ''})

Properties

expectedState Object
Generic object conveying information about an expected state.
final
hashCode int
The hash code for this object.
no setterinherited
invalidState Object
Generic object conveying information about the invalid state.
final
message Object
Message added when the error is thrown.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArgument Type
Type argument of the exception class.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

colorOutput ColorOutput
Whether to enable color output.
getter/setter pair