Skip to content

AnnotatedMethod.getValue()/setValue() doesn't have useful exception message #2509

@henryptung

Description

@henryptung

https://github.com/FasterXML/jackson-databind/blob/d42d345/src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedMethod.java#L161

InvocationTargetException.getMessage() will always be null. Should probably be using InvocationTargetException.getCause().getMessage() instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions