Class ParserException

    • Constructor Detail

      • ParserException

        public ParserException()
        Constructs a new instance with null as its detail message.
      • ParserException

        public ParserException​(String message)
        Constructs a new instance with the specified detail message.
        Parameters:
        message - the detail message.