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

hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable error message
final
runtimeType Type
A representation of the runtime type of the object.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited