ZenControllerDisposedException class
Controller has been disposed
- Inheritance
-
- Object
- ZenException
- ZenControllerDisposedException
Constructors
- ZenControllerDisposedException({required String typeName})
Properties
- category → String
-
Error category (for filtering/grouping)
no setteroverride
- cause → Object?
-
Original error that caused this exception (if any)
finalinherited
- causeStackTrace → StackTrace?
-
Stack trace of the original error
finalinherited
-
context
→ Map<
String, String> ? -
Optional context (e.g., type name, scope name)
finalinherited
- docLink → String?
-
Optional documentation link
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String
-
Icon/emoji for this error type
no setteroverride
- message → String
-
Human-readable error message
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestion → String?
-
Optional suggestion for fixing the error
finalinherited
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