public class NoSuchParameterException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
parameterName
The name of the parameter which has been requested but which does not exist.
|
| Constructor and Description |
|---|
NoSuchParameterException(java.lang.String message,
java.lang.String parameterName)
Creates a
NoSuchParameterException with a caller specified (error) message. |
protected final java.lang.String parameterName
public NoSuchParameterException(java.lang.String message,
java.lang.String parameterName)
NoSuchParameterException with a caller specified (error) message.parameterName - The name of the parameter which has been requested but
which does not exist.message - The message with an explanation of the exception.