net.sourceforge.zmanim
Class ZmanimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ZmanimException
public ZmanimException()
ZmanimException
public ZmanimException(String message)
Copyright © 2004 - 2007 Eliyahu Hershfeld. All Rights Reserved.