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