public class MissingParameterException extends Exception implements WithErrorResponse
Constructor and Description |
---|
MissingParameterException(String parameter) |
MissingParameterException(String parameter,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse()
Gets the response containing an HTTP error code.
|
String |
getParameter() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingParameterException(String parameter)
@Nonnull public ResponseWithErrorCode getErrorResponse()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
public String getParameter()
Copyright © 2018 SAP SE. All rights reserved.