Uses of Class
com.github.cliftonlabs.json_simple.JsonException.Problems
-
-
Uses of JsonException.Problems in com.github.cliftonlabs.json_simple
Methods in com.github.cliftonlabs.json_simple that return JsonException.Problems Modifier and Type Method Description JsonException.Problems
JsonException. getProblemType()
Helps find an appropriate solution for a problem.static JsonException.Problems
JsonException.Problems. valueOf(java.lang.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.Constructors in com.github.cliftonlabs.json_simple with parameters of type JsonException.Problems Constructor Description JsonException(int position, JsonException.Problems problemType, java.lang.Object unexpectedObject)
Instantiates a JsonException without assumptions.
-