Modifier and Type | Method and Description |
---|---|
JsonException.Problems |
JsonException.getProblemType()
Helps find an appropriate solution for a problem.
|
static JsonException.Problems |
JsonException.Problems.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonException.Problems[] |
JsonException.Problems.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JsonException(int position,
JsonException.Problems problemType,
Object unexpectedObject)
Instantiates a JsonException without assumptions.
|
Copyright © 2018. All rights reserved.