© 2005 BEA Systems, Inc.

com.bea.p13n.expression
Class IntrospectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.expression.ExpressionException
                  extended bycom.bea.p13n.expression.IntrospectionException
All Implemented Interfaces:
Serializable

public class IntrospectionException
extends ExpressionException

Exception class for Java reflection introspection errors.

See Also:
Serialized Form

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.
 
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

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.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved