public class ObjectNotAttachedException extends RuntimeException implements MAJException
Thrown when an interchange object is not attached to a preface object.
Equivalent C result code: AAFRESULT_OBJECT_NOT_ATTACHED 0x80120133
InterchangeObject,
Preface,
Serialized Form| Constructor and Description |
|---|
ObjectNotAttachedException()
Create a new object not attached exception with no message.
|
ObjectNotAttachedException(String msg)
Create a new object not attached exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotAttachedException(String msg)
Create a new object not attached exception with the given descriptive message.
msg - Message describing the exception.public ObjectNotAttachedException()
Create a new object not attached exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.