public class RequiredParameterMissingException extends JSAPException
Constructor and Description |
---|
RequiredParameterMissingException(String paramID)
Creates a new RequiredParameterMissingException referencing the
specified parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Returns the unique ID of the parameter that was missing.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequiredParameterMissingException(String paramID)
paramID
- the unique ID of the parameter that was missing.public String getID()
Copyright © 2016. All rights reserved.