|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
tv.amwa.maj.exception.InvalidDataDefinitionException
public class InvalidDataDefinitionException
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 FormConstructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |