Class NoRootHandlerException

    • Constructor Detail

      • NoRootHandlerException

        public NoRootHandlerException​(String message)
        Creates a new ParseException with the given message.
        Parameters:
        message - the message
      • NoRootHandlerException

        public NoRootHandlerException​(Exception e)
        Creates a new ParseException with the given root exception.
        Parameters:
        e - the exception
      • NoRootHandlerException

        public NoRootHandlerException​(String message,
                                      Exception e)
        Creates a new ParseException with the given message and root exception.
        Parameters:
        message - the message
        e - the exception
      • NoRootHandlerException

        public NoRootHandlerException​(String message,
                                      Locator locator)
        Creates a new ParseException with the given message and the locator.
        Parameters:
        message - the message
        locator - the locator of the parser
      • NoRootHandlerException

        public NoRootHandlerException​(Exception e,
                                      Locator locator)
        Creates a new ParseException with the given root exception and the locator.
        Parameters:
        e - the exception
        locator - the locator of the parser
      • NoRootHandlerException

        public NoRootHandlerException​(String message,
                                      Exception e,
                                      Locator locator)
        Creates a new ParseException with the given message, root exception and the locator.
        Parameters:
        message - the message
        e - the exception
        locator - the locator of the parser