|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.util
Class ReflectException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
javatools.util.CommonException
javatools.util.ReflectException
- All Implemented Interfaces:
- java.io.Serializable
- public class ReflectException
- extends CommonException
An exception in reflection.
- Version:
- 0.7
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class javatools.util.CommonException |
nextException |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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 |
ReflectException
public ReflectException(java.lang.String mesg)
- Creates a new ReflectException.
ReflectException
public ReflectException(java.lang.String mesg, java.lang.Throwable exception)
- Creates a new ReflectException.
ReflectException
public ReflectException(java.lang.Throwable exception)
- Creates a new ReflectException.
|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC