Package fr.marcwrobel.jbanking.calendar
Class DateCalculationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.marcwrobel.jbanking.calendar.DateCalculationException
- All Implemented Interfaces:
Serializable
Thrown when a date calculation was abandoned (probably because the calendar is not valid).
- Since:
- 2.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDateCalculationException(String message) Creates a new instance with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DateCalculationException
Creates a new instance with the given message.- Parameters:
message- the detail message.
-