|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.p13n.exceptions.ApplicationException
com.bea.p13n.expression.ExpressionException
com.bea.p13n.expression.IntrospectionException
public class IntrospectionException
Exception class for Java reflection introspection errors.
| 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 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 |
|---|
public IntrospectionException(Class clazz,
String methodName,
Object[] args,
Class[] signature)
IntrospectionException for reporting an error during an instance method introspection.
clazz - The class.methodName - The method name that was attempted to call.args - An array of arguments to the method.signature - The method signature.
public IntrospectionException(String packageName,
String className,
String methodName,
Object[] args,
Class[] signature,
Throwable cause)
IntrospectionException for reporting an error during an static method introspection.
packageName - The package name where the class resides.className - The class name.methodName - The static method name that was attempted to call.args - An array of arguments to the method.signature - The method signature.cause - The nested exception.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.