SystemException class
This class is provided as a means to differentiate between system exceptions and application exceptions.
- Implemented types
- Implementers
Constructors
- SystemException({String? message = 'System error.', Exception? innerException, StackTrace? stackTrace})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- innerException → Exception?
-
The Exception instance that caused the current exception.
no setterinherited
- message → String?
-
The message that describes the current exception.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The string representation of the immediate frames on the call stack.
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