Class JacksonYAMLParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    YAMLException

    public class JacksonYAMLParseException
    extends com.fasterxml.jackson.core.JsonParseException
    Since:
    2.8
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.core.JsonParseException

        _processor, _requestPayload
      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Constructor Summary

      Constructors 
      Constructor Description
      JacksonYAMLParseException​(com.fasterxml.jackson.core.JsonParser p, java.lang.String msg, java.lang.Exception e)  
    • Method Summary

      • Methods inherited from class com.fasterxml.jackson.core.JsonParseException

        getMessage, getProcessor, getRequestPayload, getRequestPayloadAsString, withParser, withRequestPayload
      • Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

        clearLocation, getLocation, getMessageSuffix, getOriginalMessage, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JacksonYAMLParseException

        public JacksonYAMLParseException​(com.fasterxml.jackson.core.JsonParser p,
                                         java.lang.String msg,
                                         java.lang.Exception e)