Class ConstructorException

    • Constructor Detail

      • ConstructorException

        protected ConstructorException​(String context,
                                       Mark contextMark,
                                       String problem,
                                       Mark problemMark,
                                       Throwable cause)
        Create
        Parameters:
        context - - part of the document
        contextMark - - context position
        problem - - the issue
        problemMark - - problem position
        cause - - the reason
      • ConstructorException

        protected ConstructorException​(String context,
                                       Mark contextMark,
                                       String problem,
                                       Mark problemMark)
        Create
        Parameters:
        context - - part of the document
        contextMark - - context position
        problem - - the issue
        problemMark - - problem position