public class InvalidDataDefinitionException extends IllegalArgumentException implements MAJException
Thrown when an inappropriate data definition is used within the context of a method call.
Equivalent C result code: AAFRESULT_INVALID_DATADEF 0x801200D0
DataDefinition,
DataDefinitionConstant,
Serialized Form| Constructor and Description |
|---|
InvalidDataDefinitionException()
Create a new invalid data definition exception with no message.
|
InvalidDataDefinitionException(String msg)
Create a new invalid data definition exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDataDefinitionException(String msg)
Create a new invalid data definition exception with the given descriptive message.
msg - Message describing the exception.public InvalidDataDefinitionException()
Create a new invalid data definition exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.