code.loader.except
Class LoaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by code.loader.except.LoaderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException, FileFormatNotSupportException, ModFileDuplicatedException, ModFileNotFoundException, ParseException

public class LoaderException
extends java.lang.Exception

Base class for all Exceptions used by the Module Loader.

Since:
June 17, 2003
Author:
jimeng
See Also:
Serialized Form

Constructor Summary
LoaderException()
          Constructor for the LoaderException object
LoaderException(java.lang.String msg)
          Constructor for the LoaderException object
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoaderException

public LoaderException()
Constructor for the LoaderException object


LoaderException

public LoaderException(java.lang.String msg)
Constructor for the LoaderException object

Parameters:
msg - Description of the Parameter