|
Media Authoring with Java API |
|||||||
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
tv.amwa.maj.exception.PropertyNotPresentException
public class PropertyNotPresentException
Thrown when an attempt is made to read the value of a property that is omitted from an interchange object. An omitted property is one that is not persisted along with the mandatory properties of an interchange object.
Equivalent C result code: AAFRESULT_PROP_NOT_PRESENT 0x801200CF
Constructor Summary | |
---|---|
PropertyNotPresentException()
Create a new property not present exception with no message. |
|
PropertyNotPresentException(String msg)
Create a new property not present exception with the given descriptive message. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyNotPresentException(String msg)
Create a new property not present exception with the given descriptive message.
msg
- Message describing the exception.public PropertyNotPresentException()
Create a new property not present exception with no message.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |