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
public class DateCalculationException extends RuntimeException
Thrown when a date calculation was abandoned (probably because the calendar is not valid).- Since:
- 2.1.0
- Author:
- Marc Wrobel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateCalculationException(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 Detail
-
DateCalculationException
public DateCalculationException(String message)
Creates a new instance with the given message.- Parameters:
message- the detail message.
-
-