|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.cnes.genius.exception.GException
fr.cnes.genopus.exception.GPOrbitException
public class GPOrbitException
Exception launched when there is a problem with the GPOrbit widget or with objects in the orbits package.
| Constructor Summary | |
|---|---|
GPOrbitException(String message)
Constructor with only one String as argument. |
|
GPOrbitException(String message,
Throwable cause)
Constructor when propagating another exception. |
|
GPOrbitException(Throwable cause)
Constructor when propagating another exception. |
|
| Method Summary |
|---|
| 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 GPOrbitException(String message)
message - error message.
public GPOrbitException(String message,
Throwable cause)
message - error message.cause - of the exception.public GPOrbitException(Throwable cause)
cause - of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||