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 Summary
Fields Modifier and Type Field Description java.lang.String
description
JsonReadException.PathPart
next
-
Constructor Summary
Constructors Constructor Description PathPart(java.lang.String description, JsonReadException.PathPart next)
-
-
-
Field Detail
-
description
public final java.lang.String description
-
next
public final JsonReadException.PathPart next
-
-
Constructor Detail
-
PathPart
public PathPart(java.lang.String description, JsonReadException.PathPart next)
-
-