SunTimes documentation

com.web_tomorrow.utils.suntimes
Class SunTimesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.web_tomorrow.utils.suntimes.SunTimesException
All Implemented Interfaces:
java.io.Serializable

public class SunTimesException
extends java.lang.Exception

This exception is thrown to indicate a problem with calculating sunruse.sunset times, for example the sun does not set at certain locations at certain times of the year. (c)2001 Kevin Boone/Web-Tomorrow, all rights reserved

See Also:
Serialized Form

Constructor Summary
SunTimesException()
           
SunTimesException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SunTimesException

public SunTimesException()

SunTimesException

public SunTimesException(java.lang.String s)

(c)2001 Kevin Boone/Web-Tomorrow