Media Authoring
with Java API

tv.amwa.maj.exception
Class NotImplementedException

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

public class NotImplementedException
extends Exception
implements MAJException, NewForMAJ

Thrown when a method is called that is not implemented in the MAJ API. The method will have been provided to help with the porting of applications from the existing reference implementation and the documentation of the method will provide a suitable alternative.

Author:
Richard Cartwright
See Also:
Serialized Form

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

NotImplementedException

public NotImplementedException(String msg)

Create a new not implemented exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

NotImplementedException

public NotImplementedException()

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