public class BoxDeserializationException extends RuntimeException
| Constructor and Description |
|---|
BoxDeserializationException(String member,
String value,
Exception e)
Initializes the BoxDeserializationException class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Retrieves the field name of the deserialization error.
|
String |
getFieldValue()
Retrieves the field value of the deserialization error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BoxDeserializationException(String member, String value, Exception e)
member - the key of the json member the deserialization occurred on.value - the value of the json member the deserialization occurred on.e - the throwable cause for the exception.public String getFieldName()
public String getFieldValue()