Class ComposerException

    • Constructor Detail

      • 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