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 interfaceJCatchAcatchbranch for atryblock.Methods in org.jboss.jdeparser that return JTry Modifier and Type Method Description JTryJBlock. _try()Insert atryblock at this point.JTryJTry. ignore(java.lang.Class<? extends java.lang.Throwable> type)Add acatchfor an ignored exception.JTryJTry. ignore(java.lang.String type)Add acatchfor an ignored exception.JTryJTry. ignore(JType type)Add acatchfor an ignored exception.
-