JEphem site
jephem API
Build classes

tig
Class DateFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tig.DateFormatException
All Implemented Interfaces:
java.io.Serializable

public class DateFormatException
extends java.lang.Exception

Exception to throw if a date is not correctly formatted

See Also:
Serialized Form

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

DateFormatException

public DateFormatException(java.lang.String message)

DateFormatException

public DateFormatException()

JEphem site
jephem API
Build classes