Object
Throwable
Exception
RuntimeException
IllegalArgumentException
InvalidParameterNameException
- All Implemented Interfaces:
Serializable
@UML(identifier="GC_InvalidParameterName",
specification=OGC_01004)
public class InvalidParameterNameException
extends IllegalArgumentException
Thrown when an unexpected parameter was found in a
parameter group.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidParameterNameException
(String message, String parameterName) Creates an exception with the specified message and parameter name. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParameterNameException
Creates an exception with the specified message and parameter name.- Parameters:
message
- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.parameterName
- The invalid parameter name.
-
-
Method Details
-
getParameterName
Returns the invalid parameter name.- Returns:
- The name of the invalid parameter.
-