CustomException class
CustomException is a base class for exceptions in the platform file editors. Attributes:
message
: The error message associated with the exception.
- Implemented types
- Implementers
Constructors
- CustomException(String message)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited