ComparisonException Class
- 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.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
ExpressionException
ComparisonException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComparisonException
public ComparisonException(Object
client,
Object
lhs,
Object
rhs)
- Creates a ComparisonException