|
© 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.ComparisonException
An Exception class for Comparison related exceptions. This exception can be thrown if an object that does not implement the Comparable interface is the LHS of a comparison or an unknown client class invokes a comparison operation.
| Constructor Summary | |
ComparisonException(java.lang.Object client,
java.lang.Object lhs,
java.lang.Object rhs)
Creates a ComparisonException |
|
| 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 ComparisonException(java.lang.Object client,
java.lang.Object lhs,
java.lang.Object rhs)
client - the client of the Comparatorlhs - the LHS of the comparisonrhs - the RHS of the comparison
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||