public class AdjacentTransitionException extends Exception implements MAJException
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 Form| Constructor and Description |
|---|
AdjacentTransitionException()
Create a new adjacent transition exception with no message.
|
AdjacentTransitionException(String msg)
Create a new adjacent transition exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.