public class PropertyNotPresentException extends RuntimeException implements MAJException
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 and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.