|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.irisel.modules.ModuleInitializeException
public class ModuleInitializeException
This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used.
Constructor Summary | |
---|---|
ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base exception. |
|
ModuleInitializeException(java.lang.String s)
Creates a ModuleInitializeException with the given message and no base exception. |
|
ModuleInitializeException(java.lang.String s,
java.lang.Exception e)
Creates a ModuleInitializeException with the given message and base exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModuleInitializeException()
public ModuleInitializeException(java.lang.String s, java.lang.Exception e)
s
- the messagee
- the root exceptionpublic ModuleInitializeException(java.lang.String s)
s
- the exception message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |