public class InvalidLinkageException extends RuntimeException implements MAJException
Thrown when traversal of the content in an essence group is not possible due to an invalid link.
Equivalent C result code: AAFRESULT_INVALID_LINKAGE 0x801200CA
EssenceGroup,
Serialized Form| Constructor and Description |
|---|
InvalidLinkageException()
Create a new invalid linkage exception with no message.
|
InvalidLinkageException(String msg)
Create a new invalid linkage exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidLinkageException(String msg)
Create a new invalid linkage exception with the given descriptive message.
msg - Message describing the exception.public InvalidLinkageException()
Create a new invalid linkage exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.