VfsException class final
An exception thrown by VirtualFileSystem implementations written in Dart to signal that an operation could not be completed.
- Implemented types
Constructors
- VfsException(int returnCode)
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- returnCode → int
- 
  The error code to return to sqlite3.
  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