ApplicationException class
An exception class for exceptions that are intended to be seen by the user.
These exceptions won't have any debugging information printed when they're thrown.
- Implemented types
- Implementers
Constructors
- ApplicationException(String message)
Properties
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