Class ParseException

    • Constructor Detail

      • ParseException

        protected ParseException​(String message)
        Constructor.
        Parameters:
        message - the exception message.
      • ParseException

        protected ParseException​(String message,
                                 Throwable cause)
        Constructor.
        Parameters:
        message - the exception message.
        cause - the exception to wrap