Uses of Class
edu.cmu.sei.aadl.model.properties.PropertyLookupException

Packages that use PropertyLookupException
edu.cmu.sei.aadl.model.pluginsupport   
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
 

Uses of PropertyLookupException in edu.cmu.sei.aadl.model.pluginsupport
 

Subclasses of PropertyLookupException in edu.cmu.sei.aadl.model.pluginsupport
 class InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Uses of PropertyLookupException in edu.cmu.sei.aadl.model.properties
 

Subclasses of PropertyLookupException in edu.cmu.sei.aadl.model.properties
 class PropertyDoesNotApplyToHolderException
          Exception indicating that a property lookup method was called for a PropertyDefinition that doesn't apply to the specified PropertyHolder.
 class PropertyIsListException
          Exception indicating that a simple property lookup method was called for a property that is a list.
 class PropertyIsModalException
          Exception indicating that a simple property lookup method was called for a property that is modal.
 class PropertyNotPresentException
          Exception indicating that a PropertyValue was not found when looking up a PropertyDefinition for a specific PropertyHolder.