|
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.AdjacentTransitionException
public class AdjacentTransitionException
Thrown when an operation on a sequence would result in two adjacent transitions within that sequence. This invalidates the constraint that transitions must be preceded and followed by a segment within a sequence.
Equivalent C result code: AAFRESULT_ADJACENT_TRAN 0x80120119
Sequence
,
Transition
,
Serialized FormConstructor Summary | |
---|---|
AdjacentTransitionException()
Create a new adjacent transition exception with no message. |
|
AdjacentTransitionException(String msg)
Create a new adjacent transition 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 AdjacentTransitionException(String msg)
Create a new adjacent transition exception with the given descriptive message.
msg
- Message describing the exception.public AdjacentTransitionException()
Create a new adjacent transition 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 |