Class DateFormatException

All Implemented Interfaces:
Serializable

public class DateFormatException extends InvalidDataException
This exception is thrown when parsing a string into a date failed.
Since:
2.16
Author:
Nicklas
See Also:
  • Field Details

  • Constructor Details

    • 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