com.caucho.quercus.lib.reflection
Class ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.caucho.quercus.QuercusException
                  extended by com.caucho.quercus.lib.reflection.ReflectionException
All Implemented Interfaces:
java.io.Serializable

public class ReflectionException
extends QuercusException

See Also:
Serialized Form

Constructor Summary
ReflectionException()
           
ReflectionException(java.lang.String msg)
           
ReflectionException(java.lang.String msg, java.lang.Throwable cause)
           
ReflectionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.caucho.quercus.QuercusException
create, getMessage, getQuercusStackTrace, setQuercusStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ReflectionException

public ReflectionException()

ReflectionException

public ReflectionException(java.lang.String msg)

ReflectionException

public ReflectionException(java.lang.Throwable cause)

ReflectionException

public ReflectionException(java.lang.String msg,
                           java.lang.Throwable cause)