public class IllegalMultipleDeclarationException extends JSAPException
FlaggedOption.setAllowMultipleDeclarations(boolean),
Flagged,
Option,
Serialized Form| Constructor and Description |
|---|
IllegalMultipleDeclarationException(String paramID)
Creates a new IllegalMultipleDeclarationException referencing the
specified parameter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Returns the unique ID of the parameter that was illegally declared more
than once.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalMultipleDeclarationException(String paramID)
paramID - the unique ID of the parameter that was illegally declared
more than once.public String getID()
Copyright © 2016. All rights reserved.