org.gedcomx.date
Class GedcomxDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
GedcomxDateException(String msg)
          Creates a new runtime exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GedcomxDateException

public GedcomxDateException(String msg)
Creates a new runtime exception

Parameters:
msg - The message to send


Copyright © 2015. All rights reserved.