Class ParseException

    • Constructor Detail

      • ParseException

        protected ParseException​(String message)
        Constructs a new parse exception with the specified detail message.
        Parameters:
        message - detail message
      • ParseException

        protected ParseException​(Throwable cause)
        Constructs a new parse exception with the specified cause.
        Parameters:
        cause - the cause
      • ParseException

        protected ParseException​(String message,
                                 Throwable cause)
        Constructs a new parse exception with the specified detail message and cause.
        Parameters:
        message - detail message
        cause - the cause