Class InconsistentDateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.episteme.social.history.calendars.InconsistentDateException
All Implemented Interfaces:
Serializable

public class InconsistentDateException extends RuntimeException
Exception thrown when a calendar date is inconsistent or invalid. For example, a lunar day that is "lost" in certain calendar systems, or a leap month specified in a non-leap year. * @version 2.0
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • InconsistentDateException

      public InconsistentDateException(String s)
      Creates a new InconsistentDateException object.
      Parameters:
      s - the detail message.