Package com.dropbox.core.json
Class JsonReadException.PathPart
- java.lang.Object
- 
- com.dropbox.core.json.JsonReadException.PathPart
 
- 
- Enclosing class:
- JsonReadException
 
 public static final class JsonReadException.PathPart extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringdescriptionJsonReadException.PathPartnext
 - 
Constructor SummaryConstructors Constructor Description PathPart(java.lang.String description, JsonReadException.PathPart next)
 
- 
- 
- 
Field Detail- 
descriptionpublic final java.lang.String description 
 - 
nextpublic final JsonReadException.PathPart next 
 
- 
 - 
Constructor Detail- 
PathPartpublic PathPart(java.lang.String description, JsonReadException.PathPart next)
 
- 
 
-