Uses of Interface
org.jboss.jdeparser.JCatch
-
-
Uses of JCatch in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JCatch Modifier and Type Method Description JCatch
JTry. _catch(int mods, java.lang.Class<? extends java.lang.Throwable> type, java.lang.String var)
Add acatch
block.JCatch
JTry. _catch(int mods, java.lang.String type, java.lang.String var)
Add acatch
block.JCatch
JTry. _catch(int mods, JType type, java.lang.String var)
Add acatch
block.JCatch
JCatch. or(java.lang.Class<? extends java.lang.Throwable> orType)
Add another type option to this catch branch.JCatch
JCatch. or(java.lang.String orType)
Add another type option to this catch branch.JCatch
JCatch. or(JType orType)
Add another type option to this catch branch.
-