© 2002 BEA Systems, Inc.


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

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

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

ComparisonException

public ComparisonException(java.lang.Object client,
                           java.lang.Object lhs,
                           java.lang.Object rhs)
Creates a ComparisonException

Parameters:
client - the client of the Comparator
lhs - the LHS of the comparison
rhs - the RHS of the comparison

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved