Media Authoring
with Java API

tv.amwa.maj.exception
Class BadParameterException

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

public class BadParameterException
extends Exception
implements MAJException

Thrown when a lookup operation fails because the given parameter cannot be found in a known collection of values.

Note that this exception can be traced back to AAF SDK documentation only and does not appear to have a result code.

Author:
Richard Cartwright
See Also:
Serialized Form

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

BadParameterException

public BadParameterException(String msg)

Create a new bad parameter exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

BadParameterException

public BadParameterException()

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