Package Exceptions

Provides exceptions that are common across the package.

See:
          Description

Enum Summary
GeneralException.Debug Enumeration of the different debug levels
 

Exception Summary
GeneralException Custom exception class that provides different levels of information in a call to toString() based on a debug level.
InputException General excpetion for an exeption in or about an input file
OutputException Exception for problems writing an output file
 

Error Summary
UnexpectedError Represnts an error that should never occur.
 

Package Exceptions Description

Provides exceptions that are common across the package. These are a general exception that all other package exception extend, input/output exceptions and an error that is thrown when something happens that we thought couldn't.