|
© 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.InvalidExpressionException
Exception class to signal Expression validation errors.
| Constructor Summary | |
InvalidExpressionException(java.lang.String message)
Allocates an InvalidExpressionException object by associating
the given message. |
|
InvalidExpressionException(java.lang.String message,
java.lang.Throwable nestedException)
Allocates an InvalidExpressionException object by associating
the 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 InvalidExpressionException(java.lang.String message)
InvalidExpressionException object by associating
the given message.
message - The message string.
public InvalidExpressionException(java.lang.String message,
java.lang.Throwable nestedException)
InvalidExpressionException object by associating
the given message and a nested exception.
message - The message string.nestedException - The nested exception.
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||