Modifier and Type | Interface and Description |
---|---|
interface |
JCatch
A
catch branch for a try block. |
Modifier and Type | Method and Description |
---|---|
JTry |
JBlock._try()
Insert a
try block at this point. |
JTry |
JTry.ignore(Class<? extends Throwable> type)
Add a
catch for an ignored exception. |
JTry |
JTry.ignore(JType type)
Add a
catch for an ignored exception. |
JTry |
JTry.ignore(String type)
Add a
catch for an ignored exception. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.