Class MarkedYAMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.exc.StreamReadException
com.fasterxml.jackson.core.JsonParseException
All Implemented Interfaces:
Serializable

@Deprecated public class MarkedYAMLException extends YAMLException
Deprecated.
Since 2.8
Replacement for formerly shaded exception type from SnakeYAML; included in 2.8 solely for backwards compatibility: new code that relies on Jackson 2.8 and after should NOT use this type but only base type JacksonYAMLParseException.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      See Also:
    • _source

      protected final org.yaml.snakeyaml.error.MarkedYAMLException _source
      Deprecated.
  • Constructor Details

    • MarkedYAMLException

      protected MarkedYAMLException(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src)
      Deprecated.
  • Method Details

    • from

      public static MarkedYAMLException from(com.fasterxml.jackson.core.JsonParser p, org.yaml.snakeyaml.error.MarkedYAMLException src)
      Deprecated.
    • getContext

      public String getContext()
      Deprecated.
    • getContextMark

      public Mark getContextMark()
      Deprecated.
    • getProblem

      public String getProblem()
      Deprecated.
    • getProblemMark

      public Mark getProblemMark()
      Deprecated.