com.sun.codemodel
Class JCatchBlock
java.lang.Object
com.sun.codemodel.JCatchBlock
- All Implemented Interfaces:
- JGenerable
public class JCatchBlock
- extends Object
- implements JGenerable
Catch block for a try/catch/finally statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
param
public JVar param(String name)
body
public JBlock body()
generate
public void generate(JFormatter f)
- Specified by:
generate
in interface JGenerable
Copyright © 2005-2013 Oracle. All Rights Reserved.