|
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.PulldownDirectionException
public class PulldownDirectionException
Thrown when an invalid pulldown direction is specified in the context of a source mob.
Equivalent C result code: AAFRESULT_PULLDOWN_DIRECTION 0x8012011C
PulldownDirectionType
,
SourceMob
,
Serialized FormConstructor Summary | |
---|---|
PulldownDirectionException()
Create a new pulldown direction exception with no message. |
|
PulldownDirectionException(String msg)
Create a new pulldown direction 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 PulldownDirectionException(String msg)
Create a new pulldown direction exception with the given descriptive message.
msg
- Message describing the exception.public PulldownDirectionException()
Create a new pulldown direction 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 |