FileSystemExceptionMixin mixin

class MyFileSystemException with FileSystemExceptionMixin implements FileSystemException { 
  // Must override 
  @override 
  FileSystemException get fileSystemException;
  ...
}
Implemented types

Properties

fileSystemException FileSystemException
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
Message describing the error.
no setteroverride
osError OSError?
The underlying OS error.
no setteroverride
path String?
The file system path on which the error occurred.
no setteroverride
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