|
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.TapeDescriptorOnlyException
public class TapeDescriptorOnlyException
Thrown if an operation relating to tape-based material is called on a source mob that does not describe tape-based material.
Equivalent C result code: AAFRESULT_TAPE_DESC_ONLY 0x80120124
SourceMob
,
TapeDescriptor
,
Serialized FormConstructor Summary | |
---|---|
TapeDescriptorOnlyException()
Create a new tape descriptor exception with no message. |
|
TapeDescriptorOnlyException(String msg)
Create a new tape descriptor only 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 TapeDescriptorOnlyException(String msg)
Create a new tape descriptor only exception with the given descriptive message.
msg
- Message describing the exception.public TapeDescriptorOnlyException()
Create a new tape descriptor 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 |