public class TypeNotFoundException extends RuntimeException implements MAJException
Thrown when a key cannot be resolved to a type definition.
Equivalent C result code: AAFRESULT_TYPE_NOT_FOUND 0x801200D8
TypeDefinitionIndirect,
Serialized Form| Constructor and Description |
|---|
TypeNotFoundException()
Create a new type not found exception with no message.
|
TypeNotFoundException(String msg)
Create a new type not found exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeNotFoundException(String msg)
Create a new type not found exception with the given descriptive message.
msg - Message describing the exception.public TypeNotFoundException()
Create a new type not found exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.