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
See Also:
  • Constructor Details

    • DateCalculationException

      public DateCalculationException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message.