dgamevfs.exceptions

Exceptions thrown by D:GameVFS and exception related code.

Members

Aliases

invalidPath
alias invalidPath = error!VFSInvalidPathException
Undocumented in source.
ioError
alias ioError = error!VFSIOException
Undocumented in source.
mountError
alias mountError = error!VFSMountException
Undocumented in source.
notFound
alias notFound = error!VFSNotFoundException
Undocumented in source.

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.

Templates

error
template error(E)
Undocumented in source.

Meta