org.jacorb.notification.filter
Class EvaluationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jacorb.notification.filter.EvaluationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PropertyDoesNotExistException

public class EvaluationException
extends java.lang.Exception

Version:
$Id: EvaluationException.java,v 1.4 2005/05/01 21:51:46 alphonse.bendt Exp $
Author:
Alphonse Bendt
See Also:
Serialized Form

Constructor Summary
EvaluationException()
           
EvaluationException(java.lang.Exception other)
           
EvaluationException(java.lang.String description)
           
 
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

EvaluationException

public EvaluationException()

EvaluationException

public EvaluationException(java.lang.String description)

EvaluationException

public EvaluationException(java.lang.Exception other)