org.jacorb.notification.filter
Class PropertyDoesNotExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jacorb.notification.filter.EvaluationException
              extended byorg.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)
           
 
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)