Class JacksonYAMLParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.jackson.core.JacksonException
tools.jackson.core.exc.StreamReadException
tools.jackson.dataformat.yaml.JacksonYAMLParseException
All Implemented Interfaces:
Serializable

public class JacksonYAMLParseException extends tools.jackson.core.exc.StreamReadException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.core.JacksonException

    tools.jackson.core.JacksonException.Reference
  • Field Summary

    Fields inherited from class tools.jackson.core.JacksonException

    _location, _path, _processor
  • Constructor Summary

    Constructors
    Constructor
    Description
    JacksonYAMLParseException(tools.jackson.core.JsonParser p, String msg, Exception e)
     
  • Method Summary

    Methods inherited from class tools.jackson.core.exc.StreamReadException

    processor, withParser

    Methods inherited from class tools.jackson.core.JacksonException

    _appendPathDesc, _appendReferenceChain, _buildMessage, _exceptionMessage, clearLocation, getLocalizedMessage, getLocation, getMessage, getOriginalMessage, getPath, getPathReference, getPathReference, messageSuffix, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath, wrapWithPath

    Methods inherited from class java.lang.Object

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

    • JacksonYAMLParseException

      public JacksonYAMLParseException(tools.jackson.core.JsonParser p, String msg, Exception e)