Package code.loader.except

This package contains all exceptions thrown by the various components of the loader package.

See:
          Description

Exception Summary
ConfigException Configuration Exception.
FileFormatNotSupportException File Format Not Supported Exception.
LoaderException Base class for all Exceptions used by the Module Loader.
ModFileDuplicatedException Module File is Duplicated Exception.
ModFileNotFoundException Module File Not Found Exception.
ParseException Parse Exception.
 

Package code.loader.except Description

This package contains all exceptions thrown by the various components of the loader package. LoaderException is the base class of all such exceptions. These exceptions do not carry any intrinsic data. They are used as "meaningful" tags.