Class ComposerException

All Implemented Interfaces:
Serializable

public class ComposerException extends MarkedYAMLException
Exception during compose phase
See Also:
  • Field Details

  • Constructor Details

    • ComposerException

      protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark)
      Create
      Parameters:
      context - - context
      contextMark - - mark
      problem - - the issue
      problemMark - - where the issue occurs