public class DuplicateParameterException extends DuplicateException implements MAJException
Thrown when an attempt is made to add a parameter to an operation group that is already a parameter for that group.
No equivalent C result code.
OperationGroup,
Serialized Form| Constructor and Description |
|---|
DuplicateParameterException()
Create a new duplicate parameter exception with no message.
|
DuplicateParameterException(String msg)
Create a new duplicate parameter exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateParameterException(String msg)
Create a new duplicate parameter exception with the given descriptive message.
msg - Message describing the exception.public DuplicateParameterException()
Create a new duplicate 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.