Serializablepublic class FactoryException extends RuntimeException
| Constructor | Description |
|---|---|
FactoryException() |
|
FactoryException(Exception e) |
|
FactoryException(String msg) |
|
FactoryException(String msg,
Throwable e) |
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getRootCause() |
Get the original cause of the Exception.
|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream s) |
|
void |
printStackTrace(PrintWriter s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprotected Throwable exception
public FactoryException()
public FactoryException(String msg)
public FactoryException(Exception e)
public Throwable getRootCause()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable