Class InconsistentDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.episteme.social.history.calendars.InconsistentDateException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates a new InconsistentDateException object. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentDateException
Creates a new InconsistentDateException object.- Parameters:
s- the detail message.
-