Package com.dropbox.core.json
Class JsonReadException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.json.JsonReadException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public final class JsonReadException extends java.lang.Exception- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classJsonReadException.PathPart
 - 
Field SummaryFields Modifier and Type Field Description java.lang.Stringerrorcom.fasterxml.jackson.core.JsonLocationlocationstatic longserialVersionUID
 - 
Constructor SummaryConstructors Constructor Description JsonReadException(java.lang.String error, com.fasterxml.jackson.core.JsonLocation location)JsonReadException(java.lang.String error, com.fasterxml.jackson.core.JsonLocation location, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonReadExceptionaddArrayContext(int index)JsonReadExceptionaddFieldContext(java.lang.String fieldName)static JsonReadExceptionfromJackson(com.fasterxml.jackson.core.JsonProcessingException ex)java.lang.StringgetMessage()static voidtoStringLocation(java.lang.StringBuilder buf, com.fasterxml.jackson.core.JsonLocation location)
 
- 
- 
- 
Field Detail- 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
errorpublic final java.lang.String error 
 - 
locationpublic final com.fasterxml.jackson.core.JsonLocation location 
 
- 
 - 
Method Detail- 
addFieldContextpublic JsonReadException addFieldContext(java.lang.String fieldName) 
 - 
addArrayContextpublic JsonReadException addArrayContext(int index) 
 - 
getMessagepublic java.lang.String getMessage() - Overrides:
- getMessagein class- java.lang.Throwable
 
 - 
toStringLocationpublic static void toStringLocation(java.lang.StringBuilder buf, com.fasterxml.jackson.core.JsonLocation location)
 - 
fromJacksonpublic static JsonReadException fromJackson(com.fasterxml.jackson.core.JsonProcessingException ex) 
 
- 
 
-