|
JEphem site tig API Build classes |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jephem.util.JEphemException
This Exception is thrown when an unrecoverable error occurs.
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 |
public JEphemException()
public JEphemException(java.lang.Exception e)
public JEphemException(java.lang.String strErr)
strErr
- The message of this Exception
|
JEphem site tig API Build classes |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |