SilentException class
A form of CaughtException that should be silent to users.
This is still considered an exceptional situation and will be sent to crash reporting.
- Inheritance
-
- Object
- CaughtException
- SilentException
Constructors
- SilentException(String message, Object exception, StackTrace stackTrace)
- SilentException.wrapInMessage(String message, CaughtException exception)
-
Create a SilentException to wrap a CaughtException, adding a
message
.
Properties
- exception → Object
-
The exception that was caught.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The message describing where/how/why this was caught.
finalinherited
- rootCaughtException → CaughtException
-
Recursively unwrap this CaughtException if it itself contains a
CaughtException.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace ↔ StackTrace
-
The stack trace associated with the exception.
getter/setter pairinherited
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