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, toString
protected Throwable exception
public FactoryException()
public FactoryException(String msg)
public FactoryException(Exception e)
public Throwable getRootCause()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable