public class InconsistancyException extends RuntimeException implements MAJException
Thrown when an inconsistency occurs when searching an essence group.
Equivalent C result code: AAFRESULT_INCONSISTENCY 0x801201CC
EssenceGroup,
Serialized Form| Constructor and Description |
|---|
InconsistancyException()
Create a new inconsistency exception with no message.
|
InconsistancyException(String msg)
Create a new inconsistency exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistancyException(String msg)
Create a new inconsistency exception with the given descriptive message.
msg - Message describing the exception.public InconsistancyException()
Create a new inconsistency exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.