net.sourceforge.esw.service.log.expression
Class UncomparableExpressionObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.esw.service.log.expression.UncomparableExpressionObjectException
All Implemented Interfaces:
java.io.Serializable

public class UncomparableExpressionObjectException
extends java.lang.Exception

A UncomparableExpressionObjectException

Thrown when an object in an Expression is uncomparable

See Also:
Serialized Form

Constructor Summary
UncomparableExpressionObjectException()
           
UncomparableExpressionObjectException(java.lang.String value)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UncomparableExpressionObjectException

public UncomparableExpressionObjectException(java.lang.String value)

UncomparableExpressionObjectException

public UncomparableExpressionObjectException()


Copyright 2002 Free Software Foundation. All Rights Reserved.