Class 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 Detail

      • DateCalculationException

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