Class DateTimeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.perceivechuchu.datetimeutil.exception.DateTimeConversionException
- All Implemented Interfaces:
Serializable
DateTimeConversionException is thrown when date conversion fails
- Since:
- 1.0.0
- Author:
- Perceive Chuchu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDateTimeConversionException(String message) the constructor that instantiates an instance of DateTimeConversionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DateTimeConversionException
the constructor that instantiates an instance of DateTimeConversionException- Parameters:
message- the message that is returned when the exception is thrown- Since:
- 1.0.0
-