public class ParsingFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
ParsingFailedException(java.lang.String message,
java.lang.String json)
Constructs a parse exception object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson()
Gets the json string which was failed to parse.
|