| Modifier and Type | Method and Description |
|---|---|
static JSONDeserializationException |
JSONDeserializationException.errorReadingJSON(Throwable cause)
Error reading JSON.
|
static JSONDeserializationException |
JSONDeserializationException.instantiationError(Throwable cause)
Error instantiating a type.
|
static JSONDeserializationException |
JSONDeserializationException.unexpected(String found,
String expected)
Unexpected thing found.
|
static JSONDeserializationException |
JSONDeserializationException.unexpectedNull(String expected)
Unexpected null found.
|
static JSONDeserializationException |
JSONDeserializationException.unexpectedValue(String expected)
Unexpected value found.
|
Copyright © 2019. All rights reserved.