public class ParameterNotFoundException extends Exception implements MAJException
Thrown when a parameter to an operation cannot be found from its parameter id.
Equivalent C result code: AAFRESULT_PARAMETER_NOT_FOUND 0x80120127
OperationGroup,
Serialized Form| Constructor and Description |
|---|
ParameterNotFoundException()
Create a new parameter not found exception with no message.
|
ParameterNotFoundException(String msg)
Create a new parameter not found exception with the given error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParameterNotFoundException(String msg)
Create a new parameter not found exception with the given error message.
msg - Message describing the exception.public ParameterNotFoundException()
Create a new parameter not found exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.