YoloException class
Base exception class for all YOLO-related exceptions.
This is the parent class for all exceptions that can be thrown by the YOLO plugin. Applications can catch this exception type to handle all YOLO-related errors in one place.
- Implemented types
- Implementers
Constructors
- YoloException.new(String message)
- Creates a new YoloException with the given error 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