public class NoMoreObjectsException extends RuntimeException implements MAJException
Thrown when a given parent of a tagged value definition is not known and so cannot be removed from its list of parent properties.
Equivalent C result code: AAFRESULT_NO_MORE_OBJECTS 0x80120111
| Constructor and Description |
|---|
NoMoreObjectsException()
Create a new no more objects exception with no message.
|
NoMoreObjectsException(String msg)
Create a new no more objects exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoMoreObjectsException(String msg)
Create a new no more objects exception with the given descriptive message.
msg - Message describing the exception.public NoMoreObjectsException()
Create a new no more objects exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.