Media Authoring
with Java API

tv.amwa.maj.exception
Class ObjectNotAttachedException

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

public class ObjectNotAttachedException
extends RuntimeException
implements MAJException

Thrown when an interchange object is not attached to a header object.

Equivalent C result code: AAFRESULT_OBJECT_NOT_ATTACHED 0x80120133

Author:
Richard Cartwright
See Also:
InterchangeObject, Header, Serialized Form

Constructor Summary
ObjectNotAttachedException()
          Create a new object not attached exception with no message.
ObjectNotAttachedException(String msg)
          Create a new object not attached 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

ObjectNotAttachedException

public ObjectNotAttachedException(String msg)

Create a new object not attached exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

ObjectNotAttachedException

public ObjectNotAttachedException()

Create a new object not attached 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.