|
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.astro.AstroException
Exception thrown by classes of package jephem.astro when a serious problem occurs.
It is used to propagate all the exceptions raised in the astro classes up to the calling classes.
It can contain an embedded exception.
| Constructor Summary | |
AstroException()
Default constructor |
|
AstroException(java.lang.Exception e)
Constructor from an other Exception. |
|
AstroException(java.lang.String strErr)
Constructor with an error message. |
|
| Method Summary | |
java.lang.Exception |
getEmbeddedException()
|
| 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 AstroException()
public AstroException(java.lang.Exception e)
e - the embedded Exception.public AstroException(java.lang.String strErr)
strErr - The message of this Exception| Method Detail |
public java.lang.Exception getEmbeddedException()
|
JEphem site tig API Build classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||