|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type to be processedE - the Exception type allowed to be thrownpublic interface Processor<T,E extends Exception>
a generic callback mechanism to handle and/or substitute objects while being able to throw a declared Exception
Handler| Method Summary | |
|---|---|
T |
process(T object)
|
| Method Detail |
|---|
T process(T object)
throws E extends Exception
E extends Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||