|
||||||||||
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 | +--javatools.util.CommonException | +--javatools.util.ReflectException
An exception in reflection.
Constructor Summary | |
ReflectException(java.lang.String mesg)
Creates a new ReflectException. |
|
ReflectException(java.lang.String mesg,
java.lang.Throwable exception)
Creates a new ReflectException. |
|
ReflectException(java.lang.Throwable exception)
Creates a new ReflectException. |
Methods inherited from class javatools.util.CommonException |
getNextException, getStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReflectException(java.lang.String mesg)
mesg
- The message to be put in the exception.public ReflectException(java.lang.String mesg, java.lang.Throwable exception)
mesg
- The message to be put in the exception.exception
- The base exception to use.public ReflectException(java.lang.Throwable exception)
exception
- The base exception to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |