Class MarkedYAMLException

  • 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 alter should NOT use this type but only base type YAMLException.
    See Also:
    Serialized Form
    • Field Detail

      • _source

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

      • MarkedYAMLException

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

      • 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.