public class FactoryException extends RuntimeException
| Constructor and Description |
|---|
FactoryException() |
FactoryException(Exception e) |
FactoryException(String msg) |
FactoryException(String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Get the original cause of the Exception.
|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, 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