© 2005 BEA Systems, Inc.

com.bea.p13n.expression
Class ComparisonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.expression.ExpressionException
                  extended bycom.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

Constructor Summary
ComparisonException(Object client, Object lhs, Object rhs)
          Creates a ComparisonException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComparisonException

public ComparisonException(Object client,
                           Object lhs,
                           Object rhs)
Creates a ComparisonException


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved