Package org.gedcomx.date
Class GedcomxDateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gedcomx.date.GedcomxDateException
- All Implemented Interfaces:
Serializable
- Author:
- John Clark. The primary runtime exception for Gedcomx Dates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new runtime exceptionGedcomxDateException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GedcomxDateException
Creates a new runtime exception- Parameters:
msg- The message to send
-
GedcomxDateException
-