Media Authoring
with Java API

tv.amwa.maj.exception
Class LeadingTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tv.amwa.maj.exception.LeadingTransitionException
All Implemented Interfaces:
Serializable, MAJException

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

Author:
Richard Cartwright
See Also:
Sequence, Serialized Form

Constructor Summary
LeadingTransitionException()
          Create a new leading transition exception with no message.
LeadingTransitionException(String msg)
          Create a new leading 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

LeadingTransitionException

public LeadingTransitionException(String msg)

Create a new leading transition exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

LeadingTransitionException

public LeadingTransitionException()

Create a new leading transition exception with no message.


Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.