org.gsm.oneapi.foundation
Class InvalidDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gsm.oneapi.foundation.InvalidDateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDateException
extends java.lang.Exception

Internal class used in conversion of dates to/from ISO 8601 format

Version:
$Revision: 1.3 $
Author:
Benoit Mahe (bmahe@w3.org)
See Also:
Serialized Form

Constructor Summary
InvalidDateException(java.lang.String msg)
           
 
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

InvalidDateException

public InvalidDateException(java.lang.String msg)