|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.sas.edir.util.ReflectionException
A ReflectionException is raised when a relfection method fails.
Constructor Summary | |
ReflectionException()
Constructs an exception with no target exception or detailed message. |
|
ReflectionException(java.lang.String message)
Constructs an exception with the specified detailed message. |
|
ReflectionException(java.lang.Throwable target)
Constructs an exception with the specified target exception. |
|
ReflectionException(java.lang.Throwable target,
java.lang.String message)
Constructs an exception with the specified target exception and detailed message. |
Method Summary | |
java.lang.Throwable |
getTargetException()
Returns the thrown target exception. |
void |
printStackTrace()
Prints the exception stack trace. |
void |
printStackTrace(java.io.PrintStream ps)
Prints the exception stack trace to the specified stream. |
void |
printStackTrace(java.io.PrintWriter pw)
Prints the exception stack trace to the specified writer. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReflectionException()
public ReflectionException(java.lang.String message)
message
- The detailed message.public ReflectionException(java.lang.Throwable target)
target
- The target exception.public ReflectionException(java.lang.Throwable target, java.lang.String message)
target
- The target exception.message
- The detailed message.Method Detail |
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
public java.lang.Throwable getTargetException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |