Uses of Enum
org.json.simple.DeserializationException.Problems
-
Uses of DeserializationException.Problems in org.json.simple
Modifier and TypeMethodDescriptionDeserializationException.getProblemType()
Helps find an appropriate solution for a problem.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.ModifierConstructorDescriptionDeserializationException
(int position, DeserializationException.Problems problemType, Object unexpectedObject) Instantiates a DeserializationException without assumptions.