Class ParserException

    • Constructor Detail

      • ParserException

        public ParserException​(String msg)
        An exception with a message
        Parameters:
        msg - the message
      • ParserException

        public ParserException​(String msg,
                               Throwable cause)
        An exception with a message and a cause
        Parameters:
        msg - the message
        cause - the cause of the exception