Home
last modified time | relevance | path

Searched refs:MyNoArgException (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DExceptionDeserializationTest.java43 static class MyNoArgException extends Exception class in ExceptionDeserializationTest
45 @JsonCreator MyNoArgException() { } in MyNoArgException() method in ExceptionDeserializationTest.MyNoArgException
88 MyNoArgException exc = MAPPER.readValue("{}", MyNoArgException.class); in testNoArgsException()