Class InvalidFormatException

    • Field Detail

      • _value

        protected final Object _value
        Underlying value that could not be deserialized into target type, if available.
    • Constructor Detail

      • InvalidFormatException

        @Deprecated
        public InvalidFormatException​(String msg,
                                      Object value,
                                      Class<?> targetType)
        Deprecated.
        Since 2.7 Use variant that takes JsonParser
      • InvalidFormatException

        @Deprecated
        public InvalidFormatException​(String msg,
                                      com.fasterxml.jackson.core.JsonLocation loc,
                                      Object value,
                                      Class<?> targetType)
        Deprecated.
        Since 2.7 Use variant that takes JsonParser
      • InvalidFormatException

        public InvalidFormatException​(com.fasterxml.jackson.core.JsonParser p,
                                      String msg,
                                      Object value,
                                      Class<?> targetType)
        Since:
        2.7