Package org.jfree.base.modules
Class ModuleInitializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jfree.util.StackableException
org.jfree.base.modules.ModuleInitializeException
- All Implemented Interfaces:
Serializable
This exception is thrown when the module initialization encountered an
unrecoverable error which prevents the module from being used.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a ModuleInitializeException with no message and no base exception.Creates a ModuleInitializeException with the given message and no base exception.Creates a ModuleInitializeException with the given message and base exception. -
Method Summary
Methods inherited from class org.jfree.util.StackableException
getParent, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ModuleInitializeException
public ModuleInitializeException()Creates a ModuleInitializeException with no message and no base exception. -
ModuleInitializeException
Creates a ModuleInitializeException with the given message and base exception.- Parameters:
s
- the messagee
- the root exception
-
ModuleInitializeException
Creates a ModuleInitializeException with the given message and no base exception.- Parameters:
s
- the exception message
-