|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.cmu.sei.aadl.model.properties.PropertyLookupException
edu.cmu.sei.aadl.model.properties.PropertyNotPresentException
public class PropertyNotPresentException
Exception indicating that a PropertyValue was not found when looking up a PropertyDefinition for a specific PropertyHolder.
Constructor Summary | |
---|---|
PropertyNotPresentException(PropertyHolder holder,
PropertyDefinition definition,
java.lang.String msg)
|
Method Summary | |
---|---|
PropertyDefinition |
getDefinition()
|
PropertyHolder |
getHolder()
|
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 |
---|
public PropertyNotPresentException(PropertyHolder holder, PropertyDefinition definition, java.lang.String msg)
Method Detail |
---|
public final PropertyHolder getHolder()
public final PropertyDefinition getDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |