Class ParserException

    • Constructor Detail

      • ParserException

        public ParserException​(String message)
        Creates a new parser exception with the given message.
        Parameters:
        message - a string.
      • ParserException

        public ParserException​(Exception e)
        Creates a new parser exception with the given sub exception.
        Parameters:
        e - an exception.