public class ModuleInitializeException extends StackableException
Constructor and Description |
---|
ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base
exception.
|
ModuleInitializeException(String s)
Creates a ModuleInitializeException with the given message and no base
exception.
|
ModuleInitializeException(String s,
Exception e)
Creates a ModuleInitializeException with the given message and base
exception.
|
getParent, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ModuleInitializeException()
public ModuleInitializeException(String s, Exception e)
s
- the messagee
- the root exceptionpublic ModuleInitializeException(String s)
s
- the exception messageCopyright © 2001–2018 JFree.org. All rights reserved.