public class InsufficientTransitionMaterialException extends Exception implements MAJException
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 Form| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.