JEphem site
tig API
Build classes

jephem.util
Class JEphemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jephem.util.JEphemException
All Implemented Interfaces:
java.io.Serializable

public class JEphemException
extends java.lang.Exception

This Exception is thrown when an unrecoverable error occurs.

See Also:
Serialized Form

Constructor Summary
JEphemException()
          Default constructor
JEphemException(java.lang.Exception e)
          Constructor from an other Exception ; the JEphemException is constructed with the message of the other Exception.
JEphemException(java.lang.String strErr)
          Constructor specifying a 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

JEphemException

public JEphemException()
Default constructor


JEphemException

public JEphemException(java.lang.Exception e)
Constructor from an other Exception ; the JEphemException is constructed with the message of the other Exception.


JEphemException

public JEphemException(java.lang.String strErr)
Constructor specifying a message.

Parameters:
strErr - The message of this Exception

JEphem site
tig API
Build classes