KosherJava Zmanim Homepage
Includes a dynamic Zmanim calendar generator

net.sourceforge.zmanim
Class ZmanimException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.zmanim.ZmanimException
All Implemented Interfaces:
Serializable

public class ZmanimException
extends RuntimeException

ZmanimException is the Exception class for the Zmanim package. It is a runtime exception and does not have to be caught. It is not used used when a calculation can't take place such as sunrise not taking place for a specific date due to extreme Norther or Southern locations, since this will commonly occur in locations such as England when used for some calculations in the ComplexZmanimCalendar and is really not an error. In such situations a null or Double.NaN will be returned. For a more detailed explanation about the lack of Exception throwing in these situations, see the comments on the AstronomicalCalendar.

Version:
1.1
Author:
© Eliyahu Hershfeld 2004 - 2007
See Also:
Serialized Form

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

ZmanimException

public ZmanimException()

ZmanimException

public ZmanimException(String message)

KosherJava Zmanim Homepage
Includes a dynamic Zmanim calendar generator

Copyright © 2004 - 2007 Eliyahu Hershfeld. All Rights Reserved.