dgamevfs.exceptions

Exceptions thrown by D:GameVFS and exception related code.

Members

Classes

VFSException
class VFSException

Parent class of all exceptions thrown at VFS errors.

VFSIOException
class VFSIOException

Exception thrown at input/output errors.

VFSInvalidPathException
class VFSInvalidPathException

Exception thrown when an invalid path or file/directory name is detected.

VFSMountException
class VFSMountException

Exception thrown at mounting errors.

VFSNotFoundException
class VFSNotFoundException

Exception thrown when a file/directory was not found.

Meta