Media Authoring
with Java API

tv.amwa.maj.exception
Class NotTapeMobException

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

public class NotTapeMobException
extends RuntimeException
implements MAJException

Thrown when a request is made to find the name of a tape associated with a master mob which is not describing tape-based material

No equivalent C result code has been found.

Author:
Richard Cartwright
See Also:
MasterMob.getTapeName(int), Serialized Form

Constructor Summary
NotTapeMobException()
          Create a new not a tape mob exception with no message.
NotTapeMobException(String msg)
          Create a new not a tape mob 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

NotTapeMobException

public NotTapeMobException(String msg)

Create a new not a tape mob exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

NotTapeMobException

public NotTapeMobException()

Create a new not a tape mob 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.