Class JsonException

  • All Implemented Interfaces:
    Serializable

    public class JsonException
    extends AbstractParserException
    Wrap external JSON parsing exception. This exception should provide a unique way to handler JSON exception, whatever the internal mapper library.
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonException

        public JsonException​(Exception e)
        Wrap Exception.
        Parameters:
        e - Original Exception.