Class DateFormatException

    • Constructor Detail

      • DateFormatException

        public DateFormatException​(String message)
        Creates a new DateFormatException.
        Parameters:
        message - The message of the exception
      • DateFormatException

        public DateFormatException​(String message,
                                   Throwable cause)
        Creates a new DateFormatException.
        Parameters:
        message - The message of the exception
        cause - The root cause