IntrospectionException Class

com.bea.p13n.expression
IntrospectionException Class

public class IntrospectionException

    extends ExpressionException

Exception class for Java reflection introspection errors.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        ExpressionException
          IntrospectionException
All Implemented Interfaces

Serializable

Constructor Summary

IntrospectionException(Class clazz, String methodName, Object args, Class signature)

Creates an IntrospectionException for reporting an error during an instance method introspection.
IntrospectionException(String packageName, String className, String methodName, Object args, Class signature, Throwable cause)

Creates an IntrospectionException for reporting an error during an static method introspection.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IntrospectionException

public IntrospectionException(Class clazz, 
                              String methodName, 
                              Object[] args, 
                              Class[] signature)
Creates an IntrospectionException for reporting an error during an instance method introspection.

IntrospectionException

public IntrospectionException(String packageName, 
                              String className, 
                              String methodName, 
                              Object[] args, 
                              Class[] signature, 
                              Throwable cause)
Creates an IntrospectionException for reporting an error during an static method introspection.