Class ConstructorException

    • Constructor Detail

      • ConstructorException

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

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