Uses of Class
org.json.simple.DeserializationException.Problems
Package | Description |
---|---|
org.json.simple |
This is json-simple release 2.3.0 2017-10-04
retrieved from github.
|
-
Uses of DeserializationException.Problems in org.json.simple
Methods in org.json.simple that return DeserializationException.Problems Modifier and Type Method Description DeserializationException.Problems
DeserializationException. getProblemType()
Helps find an appropriate solution for a problem.static DeserializationException.Problems
DeserializationException.Problems. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeserializationException.Problems[]
DeserializationException.Problems. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.json.simple with parameters of type DeserializationException.Problems Constructor Description DeserializationException(int position, DeserializationException.Problems problemType, Object unexpectedObject)
Instantiates a DeserializationException without assumptions.