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.
| Constructor and Description |
|---|
BadParameterException()
Create a new bad parameter exception with no message.
|
BadParameterException(String msg)
Create a new bad parameter exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadParameterException(String msg)
Create a new bad parameter exception with the given descriptive message.
msg - Message describing the exception.public BadParameterException()
Create a new bad parameter exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.