|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--anthill.factory.ConstructorException
ConstructorException is a runtime exception that wraps an exception thrown when using get() methods of Factory
| Constructor Summary | |
ConstructorException(Throwable target)
Constructs a ConstructorException with a target exception. |
|
ConstructorException(Throwable target,
String s)
Constructs a ConstructorException with a target exception
and a detail message. |
|
| Method Summary | |
Throwable |
getTargetException()
Get the thrown target exception. |
void |
printStackTrace()
Prints the stack trace of the thrown target exception. |
void |
printStackTrace(PrintStream ps)
Prints the stack trace of the thrown target exception to the specified print stream. |
void |
printStackTrace(PrintWriter pw)
Prints the stack trace of the thrown target exception to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConstructorException(Throwable target)
ConstructorException with a target exception.
public ConstructorException(Throwable target,
String s)
ConstructorException with a target exception
and a detail message.
| Method Detail |
public Throwable getTargetException()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||