Class GedcomxDateException

All Implemented Interfaces:
Serializable

public class GedcomxDateException extends RuntimeException
Author:
John Clark. The primary runtime exception for Gedcomx Dates.
See Also:
  • Constructor Details

    • GedcomxDateException

      public GedcomxDateException(String msg)
      Creates a new runtime exception
      Parameters:
      msg - The message to send
    • GedcomxDateException

      public GedcomxDateException(String msg, Throwable cause)