Uses of Interface
org.jboss.jdeparser.JTry
-
-
Uses of JTry in org.jboss.jdeparser
Subinterfaces of JTry in org.jboss.jdeparser Modifier and Type Interface Description interface
JCatch
Acatch
branch for atry
block.Methods in org.jboss.jdeparser that return JTry Modifier and Type Method Description JTry
JBlock. _try()
Insert atry
block at this point.JTry
JTry. ignore(java.lang.Class<? extends java.lang.Throwable> type)
Add acatch
for an ignored exception.JTry
JTry. ignore(java.lang.String type)
Add acatch
for an ignored exception.JTry
JTry. ignore(JType type)
Add acatch
for an ignored exception.
-