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
public class GedcomxDateException extends RuntimeException
- Author:
- John Clark. The primary runtime exception for Gedcomx Dates.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GedcomxDateException(String msg)Creates a new runtime exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GedcomxDateException
public GedcomxDateException(String msg)
Creates a new runtime exception- Parameters:
msg- The message to send
-
-