Media Authoring
with Java API

tv.amwa.maj.exception
Class GenerationMethodNotSupportedException

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

public class GenerationMethodNotSupportedException
extends RuntimeException
implements MAJException, NewForMAJ

Thrown when the generation of a mob id is requested with a kind of generation method that is not supported.

No equivalent C result code.

Author:
Richard Cartwright
See Also:
MobID, MaterialNumberGeneration, MobID, Serialized Form

Constructor Summary
GenerationMethodNotSupportedException()
          Create a new generation method not supported exception with no message.
GenerationMethodNotSupportedException(String msg)
          Create a new generation method not supported 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

GenerationMethodNotSupportedException

public GenerationMethodNotSupportedException(String msg)

Create a new generation method not supported exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

GenerationMethodNotSupportedException

public GenerationMethodNotSupportedException()

Create a new generation method not supported 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.