org.jacorb.notification.filter
Class PropertyDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jacorb.notification.filter.EvaluationException
              extended by org.jacorb.notification.filter.PropertyDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class PropertyDoesNotExistException
extends EvaluationException

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

Constructor Summary
PropertyDoesNotExistException(java.lang.String name)
           
 
Method Summary
 
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

PropertyDoesNotExistException

public PropertyDoesNotExistException(java.lang.String name)