com.bea.p13n.expression
Class ComparisonException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.p13n.exceptions.ApplicationException
              
com.bea.p13n.expression.ExpressionException
                  
com.bea.p13n.expression.ComparisonException
- All Implemented Interfaces 
 - Serializable
 
public class ComparisonException
- extends ExpressionException
 
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.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ComparisonException
public ComparisonException(Object client,
                           Object lhs,
                           Object rhs)
- Creates a ComparisonException
- Parameters
 client - the client of the Comparatorlhs - the LHS of the comparisonrhs - the RHS of the comparison
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved