Class ComposerException

All Implemented Interfaces:
Serializable

public class ComposerException extends MarkedYamlEngineException
General exception during composition step
See Also:
  • Constructor Details

    • ComposerException

      public ComposerException(String context, Optional<Mark> contextMark, String problem, Optional<Mark> problemMark)
      Create
      Parameters:
      context - - part of the document
      contextMark - - context position
      problem - - the issue
      problemMark - - the problem location
    • ComposerException

      public ComposerException(String problem, Optional<Mark> problemMark)
      Create
      Parameters:
      problem - - the issue
      problemMark - - the problem location