DriveException class
A general drive-management error surfaced to the CLI.
- Implemented types
- Implementers
Constructors
- DriveException(String message)
- Creates a drive exception.
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