|
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
tv.amwa.maj.exception.InsufficientTransitionMaterialException
public class InsufficientTransitionMaterialException
Thrown when appending or inserting a given component to a sequence will result in insufficient material for the adjacent transition.
Equivalent C result code: AAFRESULT_INSUFF_TRAN_MATERIAL 0x8012011B
Sequence
,
Serialized FormConstructor Summary | |
---|---|
InsufficientTransitionMaterialException()
Create a new insufficient transition material exception with no message. |
|
InsufficientTransitionMaterialException(String msg)
Create a new insufficient transition material 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 InsufficientTransitionMaterialException(String msg)
Create a new insufficient transition material exception with the given descriptive message.
msg
- Message describing the exception.public InsufficientTransitionMaterialException()
Create a new insufficient transition material 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 |