public class JSONParsingException extends Exception
| Constructor and Description |
|---|
JSONParsingException(String message)
Constructor.
|
JSONParsingException(String message,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JSONParsingException |
unexpectedCharacter(char c,
String context)
Unexpected character.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JSONParsingException(String message)
public static JSONParsingException unexpectedCharacter(char c, String context)
Copyright © 2019. All rights reserved.