Class MarkedYAMLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComposerException, ConstructorException, ParserException, ScannerException

public class MarkedYAMLException extends YAMLException
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • context

      private final String context
    • contextMark

      private final Mark contextMark
    • problem

      private final String problem
    • problemMark

      private final Mark problemMark
    • note

      private final String note
  • Constructor Details

    • MarkedYAMLException

      protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note)
    • MarkedYAMLException

      protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause)
    • MarkedYAMLException

      protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark)
    • MarkedYAMLException

      protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark, Throwable cause)
  • Method Details