|
||||||||||
| 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.GPEventException
public class GPEventException
Exception launched when there is a problem with in a class of events package.
| Constructor Summary | |
|---|---|
GPEventException(String message)
Constructor with only one String as argument. |
|
GPEventException(String message,
Throwable cause)
Constructor when propagating another exception. |
|
GPEventException(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 GPEventException(String message)
message - error message.
public GPEventException(String message,
Throwable cause)
message - error message.cause - of the exception.public GPEventException(Throwable cause)
cause - of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||