|
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
tv.amwa.maj.exception.BadTypeException
public class BadTypeException
Thrown when a method call on an object in the meta dictionary passes in the wrong type of property value as a parameter.
Equivalent C result code: AAFRESULT_BAD_TYPE 0x801200CC
TypeDefinitionFixedArray
,
TypeDefinitionRecord
,
TypeDefinitionSet
,
TypeDefinitionStream
,
TypeDefinitionString
,
TypeDefinitionVariableArray
,
Serialized FormConstructor Summary | |
---|---|
BadTypeException()
Create a new bad type exception with no message. |
|
BadTypeException(String msg)
Create a new bad type 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 BadTypeException(String msg)
Create a new bad type exception with the given descriptive message.
msg
- Message describing the exception.public BadTypeException()
Create a new bad type 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 |