Modifier and Type | Method and Description |
---|---|
JCatch |
JTry._catch(int mods,
Class<? extends Throwable> type,
String var)
Add a
catch block. |
JCatch |
JTry._catch(int mods,
JType type,
String var)
Add a
catch block. |
JCatch |
JTry._catch(int mods,
String type,
String var)
Add a
catch block. |
JCatch |
JCatch.or(Class<? extends Throwable> orType)
Add another type option to this catch branch.
|
JCatch |
JCatch.or(JType orType)
Add another type option to this catch branch.
|
JCatch |
JCatch.or(String orType)
Add another type option to this catch branch.
|
Copyright © 2016. All rights reserved.