JEphem site
jephem API
Build classes

tig
Class HourFormatException

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

public class HourFormatException
extends java.lang.Exception

Exception to throw if an hour is not correctly formatted

See Also:
Serialized Form

Constructor Summary
HourFormatException()
           
HourFormatException(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

HourFormatException

public HourFormatException(java.lang.String message)

HourFormatException

public HourFormatException()

JEphem site
jephem API
Build classes