Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class ReflectException  view ReflectException download ReflectException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavatools.util.CommonException
              extended byjavatools.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.