public class InvalidParameterExceptionResponse extends SubjectAreaOMASAPIResponse
| Modifier and Type | Field and Description |
|---|---|
protected String |
invalidPropertyName |
protected String |
invalidPropertyValue |
actionDescription, className, formattedMessage, messageId, relatedHTTPCode, responseCategory| Constructor and Description |
|---|
InvalidParameterExceptionResponse(SubjectAreaCheckedException e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalidPropertyName()
Get the invalid property name
|
String |
getInvalidPropertyValue()
Get the invalid property value
|
void |
setInvalidPropertyName(String invalidPropertyName)
Set the invalid property name
|
void |
setInvalidPropertyValue(String invalidPropertyValue)
Set the invalid property value
|
String |
toString() |
getActionDescription, getExceptionClassName, getMessage, getMessageId, getRelatedHTTPCode, getResponseCategory, setActionDescription, setExceptionClassName, setMessageId, setResponseCategoryprotected String invalidPropertyName
protected String invalidPropertyValue
public InvalidParameterExceptionResponse(SubjectAreaCheckedException e)
public String toString()
toString in class SubjectAreaOMASAPIResponsepublic String getInvalidPropertyName()
public void setInvalidPropertyName(String invalidPropertyName)
invalidPropertyName - String the invalid property namepublic String getInvalidPropertyValue()
public void setInvalidPropertyValue(String invalidPropertyValue)
invalidPropertyValue - String the invalid property valueCopyright © 2018–2020 ODPi. All rights reserved.