BaseException class
- Inheritance
-
- Object
- FxException
- BaseException
- Implementers
Constructors
Properties
- error ↔ Object?
-
getter/setter pair
- exception ↔ BaseException?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace ↔ StackTrace?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printOnConsole(
) → void -
setError(
Object error) → void -
setErrorTrace(
Object error, StackTrace stackTrace) → void -
setException(
BaseException exception) → void -
setStackTrace(
StackTrace stackTrace) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited