Class ComposerException

    • Constructor Summary

      Constructors 
      Constructor Description
      ComposerException​(java.lang.String problem, java.util.Optional<Mark> problemMark)
      Create
      ComposerException​(java.lang.String context, java.util.Optional<Mark> contextMark, java.lang.String problem, java.util.Optional<Mark> problemMark)
      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

      • ComposerException

        public ComposerException​(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 - - the problem location
      • ComposerException

        public ComposerException​(java.lang.String problem,
                                 java.util.Optional<Mark> problemMark)
        Create
        Parameters:
        problem - - the issue
        problemMark - - the problem location