Class ComposerException

    • Constructor Detail

      • ComposerException

        protected ComposerException​(String context,
                                    Mark contextMark,
                                    String problem,
                                    Mark problemMark)
        Create exception when context is available
        Parameters:
        context - - context
        contextMark - - mark
        problem - - the issue
        problemMark - - where the issue occurs
      • ComposerException

        protected ComposerException​(String problem,
                                    Mark problemMark)
        Create exception without a context
        Parameters:
        problem - - the issue
        problemMark - - where the issue occurs