codesimian
Class JavaReflectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by codesimian.JavaException
                  extended by codesimian.JavaReflectException
All Implemented Interfaces:
java.io.Serializable

public class JavaReflectException
extends JavaException

Thrown when an error related to package java.lang.reflect is thrown

See Also:
Serialized Form

Constructor Summary
JavaReflectException()
           
JavaReflectException(java.lang.String message)
           
JavaReflectException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaReflectException

public JavaReflectException()

JavaReflectException

public JavaReflectException(java.lang.String message)

JavaReflectException

public JavaReflectException(java.lang.String message,
                            java.lang.Throwable cause)