public class DuplicateEssenceKindException extends DuplicateException implements MAJException
Thrown when an attempt is made to add an essence kind to that supported by a codec definition that is already listed as supported by that codec.
No equivalent C result code.
| Constructor and Description |
|---|
DuplicateEssenceKindException()
Create a new duplicate essence kind exception with no message.
|
DuplicateEssenceKindException(String msg)
Create a new duplicate essence kind exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateEssenceKindException(String msg)
Create a new duplicate essence kind exception with the given descriptive message.
msg - Message describing the exception.public DuplicateEssenceKindException()
Create a new duplicate essence kind exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.