Serializable
public 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, wait
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