Media Authoring
with Java API

tv.amwa.maj.exception
Class InconsistancyException

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

public class InconsistancyException
extends RuntimeException
implements MAJException

Thrown when an inconsistency occurs when searching an essence group.

Equivalent C result code: AAFRESULT_INCONSISTENCY 0x801201CC

Author:
Richard Cartwright
See Also:
EssenceGroup, Serialized Form

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

InconsistancyException

public InconsistancyException(String msg)

Create a new inconsistency exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

InconsistancyException

public InconsistancyException()

Create a new inconsistency 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.