PathAccessException class - dart:io library (original) (raw)
Exception thrown when a file operation fails because the necessary access rights are not available.
Inheritance
- Object
- FileSystemException
- PathAccessException
Annotations
- @Since("2.19")
Constructors
PathAccessException(String path, OSError osError, [String message = ""])
const
Properties
The hash code for this object.
no setterinherited
Message describing the error.
finalinherited
The underlying OS error.
finalinherited
The file system path on which the error occurred.
finalinherited
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
A string representation of this object.
override
Operators
operator ==(Object other)→ bool
The equality operator.
inherited