|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatchBuilder
Interface for the construction of CatchTable instances.
| Method Summary | |
|---|---|
CatchTable |
build()
Builds and returns the catch table for this instance. |
HashSet<Type> |
getCatchTypes()
Gets the set of catch types associated with this instance. |
boolean |
hasAnyCatches()
Gets whether this instance has any catches at all (either typed or catch-all). |
| Method Detail |
|---|
CatchTable build()
non-null; the constructed tableboolean hasAnyCatches()
HashSet<Type> getCatchTypes()
non-null; the set of catch types
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||