Class ParserException

    • Constructor Detail

      • ParserException

        public ParserException()
      • ParserException

        public ParserException​(String message)
        Parameters:
        message - The detail message for the exception.
      • ParserException

        public ParserException​(Throwable cause)
        Parameters:
        cause - The cause for the exception.
      • ParserException

        public ParserException​(String message,
                               Throwable cause)
        Parameters:
        message - The detail message for the exception.
        cause - The cause for the exception.