public class FactoryException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
| Constructor and Description |
|---|
FactoryException() |
FactoryException(java.lang.Exception e) |
FactoryException(java.lang.String msg) |
FactoryException(java.lang.String msg,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Get the original cause of the Exception.
|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public FactoryException()
public FactoryException(java.lang.String msg)
public FactoryException(java.lang.Exception e)
public FactoryException(java.lang.String msg,
java.lang.Throwable e)
public java.lang.Throwable getRootCause()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwable