public class PropertyAlreadyPresentException extends Exception implements MAJException
Thrown when an attempt is made to create an optional property for an interchange object when a property with the same definition already exists for that object.
Equivalent C result code: AAFRESULT_PROP_ALREADY_PRESENT 0x801200DE
| Constructor and Description |
|---|
PropertyAlreadyPresentException()
Create a new property already present exception with no message.
|
PropertyAlreadyPresentException(String msg)
Create a new property already present exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyAlreadyPresentException(String msg)
Create a new property already present exception with the given descriptive message.
msg - Message describing the exception.public PropertyAlreadyPresentException()
Create a new property already 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.