Class UnexpectedTypeError
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- org.symphonyoss.s2.canon.parser.error.ParserError
-
- org.symphonyoss.s2.canon.parser.error.UnexpectedTypeError
-
public class UnexpectedTypeError extends ParserError
-
-
Constructor Summary
Constructors Constructor Description UnexpectedTypeError(Class<?> expected, Object found)UnexpectedTypeError(String fieldName, Class<?> expected, com.fasterxml.jackson.databind.JsonNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getExpected()ObjectgetFound()-
Methods inherited from class org.symphonyoss.s2.canon.parser.error.ParserProblem
getLocation, getMessage, setLocation, toString
-
-