|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionHandler
Sometimes self-running objects accept an ExceptionHandler as a means to have the self-running object's internal thread report unexpected trouble. The ExceptionHandler is then responsible for deciding where to report the exception.
| Method Summary | |
|---|---|
void |
handle(Exception x)
Called when a thread encounters an exception and does not know where to report it. |
| Method Detail |
|---|
void handle(Exception x)
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||