WrappedException class
A class for exceptions that wrap other exceptions.
- Inheritance
-
- Object
- ApplicationException
- WrappedException
- Implementers
Constructors
- WrappedException(String message, Object? innerError, [StackTrace? innerTrace])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerChain → Chain?
-
The stack chain for innerError if it exists.
final
- innerError → Object?
-
The underlying exception that this is wrapping, if any.
final
- message → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited