|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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.MethodCallException
Exception class for MethodCall related exceptions.
| Constructor Summary | |
MethodCallException(java.lang.String msg)
Creates a MethodCallException by associating a given
message. |
|
MethodCallException(java.lang.String msg,
java.lang.Throwable nested)
Creates a MethodCallException by associating a given
message and a nested exception. |
|
| Methods inherited from class com.bea.p13n.exceptions.ApplicationException |
getCause,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public MethodCallException(java.lang.String msg)
MethodCallException by associating a given
message.
msg - The message for error reporting.
public MethodCallException(java.lang.String msg,
java.lang.Throwable nested)
MethodCallException by associating a given
message and a nested exception.
msg - The message for error reporting.nested - the underling exception that caused the failure.
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||