Class DateTimeConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.perceivechuchu.datetimeutil.exception.DateTimeConversionException
All Implemented Interfaces:
Serializable

public class DateTimeConversionException extends RuntimeException
DateTimeConversionException is thrown when date conversion fails
Since:
1.0.0
Author:
Perceive Chuchu
See Also:
  • Constructor Details

    • DateTimeConversionException

      public DateTimeConversionException(String message)
      the constructor that instantiates an instance of DateTimeConversionException
      Parameters:
      message - the message that is returned when the exception is thrown
      Since:
      1.0.0