Class ParsingException

    • Constructor Detail

      • ParsingException

        public ParsingException()
        Instantiates a new parsing exception.
      • ParsingException

        public ParsingException​(String errorMessage)
        Instantiates a new parsing exception.
        Parameters:
        errorMessage - the error message
      • ParsingException

        public ParsingException​(String message,
                                Throwable cause)
        Instantiates a new parsing exception.
        Parameters:
        message - the message
        cause - the cause