Package com.martiansoftware.jsap
Class IllegalMultipleDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.martiansoftware.jsap.JSAPException
com.martiansoftware.jsap.IllegalMultipleDeclarationException
- All Implemented Interfaces:
Serializable
An exception indicating that a parameter has illegally been declared multiple
times.
- Author:
- Marty Lamb
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new IllegalMultipleDeclarationException referencing the specified parameter. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalMultipleDeclarationException
Creates a new IllegalMultipleDeclarationException referencing the specified parameter.- Parameters:
paramID
- the unique ID of the parameter that was illegally declared more than once.
-
-
Method Details
-
getID
Returns the unique ID of the parameter that was illegally declared more than once.- Returns:
- the unique ID of the parameter that was illegally declared more than once.
-