public class LeadingTransitionException extends Exception implements MAJException
Thrown when the result of an operation would make the first component of a sequence a transition. It is an illegal state for a sequence to start with a transition.
Equivalent C result code: AAFRESULT_LEADING_TRAN 0x8012011A
Sequence,
Serialized Form| Constructor and Description |
|---|
LeadingTransitionException()
Create a new leading transition exception with no message.
|
LeadingTransitionException(String msg)
Create a new leading transition exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LeadingTransitionException(String msg)
Create a new leading transition exception with the given descriptive message.
msg - Message describing the exception.public LeadingTransitionException()
Create a new leading transition exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.