exceptions library

Exceptions / Errors

ApplicationException
An exception class for exceptions that are intended to be seen by the user.
ConfigException
An exception indicating that the users configuration is invalid.
DataException
A class for errors in a command's input data.
FileException
An exception class for exceptions that are intended to be seen by the user and are associated with a problem in a file at some path.
PackageNotFoundException
An class for exceptions where a package could not be found in a Source.
RunProcessException
A subclass of ApplicationException that occurs when running a subprocess has failed.
WrappedException
A class for exceptions that wrap other exceptions.