Class ConstructorException

    • Constructor Summary

      Constructors 
      Constructor Description
      ConstructorException​(java.lang.String context, java.util.Optional<Mark> contextMark, java.lang.String problem, java.util.Optional<Mark> problemMark)
      Create
      ConstructorException​(java.lang.String context, java.util.Optional<Mark> contextMark, java.lang.String problem, java.util.Optional<Mark> problemMark, java.lang.Throwable cause)
      Create
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConstructorException

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

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