public class IllegalMultipleDeclarationException extends JSAPException
FlaggedOption.setAllowMultipleDeclarations(boolean)
,
Flagged
,
Option
,
Serialized FormConstructor 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, toString
public IllegalMultipleDeclarationException(String paramID)
paramID
- the unique ID of the parameter that was illegally declared
more than once.public String getID()
Copyright © 2015. All rights reserved.