Modifier and Type | Interface and Description |
---|---|
interface |
JCatch
A
catch branch for a try block. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJCatch |
(package private) class |
ImplJTry |
Modifier and Type | Method and Description |
---|---|
JTry |
JBlock._try()
Insert a
try block at this point. |
JTry |
BasicJBlock._try() |
JTry |
JTry.ignore(java.lang.Class<? extends java.lang.Throwable> type)
Add a
catch for an ignored exception. |
JTry |
ImplJCatch.ignore(java.lang.Class<? extends java.lang.Throwable> type) |
JTry |
ImplJTry.ignore(java.lang.Class<? extends java.lang.Throwable> type) |
JTry |
JTry.ignore(JType type)
Add a
catch for an ignored exception. |
JTry |
ImplJCatch.ignore(JType type) |
JTry |
ImplJTry.ignore(JType type) |
JTry |
JTry.ignore(java.lang.String type)
Add a
catch for an ignored exception. |
JTry |
ImplJCatch.ignore(java.lang.String type) |
JTry |
ImplJTry.ignore(java.lang.String type) |