com.sun.codemodel
Class JTryBlock
java.lang.Object
com.sun.codemodel.JTryBlock
- All Implemented Interfaces:
- JStatement
public class JTryBlock
- extends Object
- implements JStatement
Try statement with Catch and/or Finally clause
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
body
public JBlock body()
_catch
public JCatchBlock _catch(JClass exception)
_finally
public JBlock _finally()
state
public void state(JFormatter f)
- Specified by:
state
in interface JStatement
Copyright © 2005-2012 Oracle. All Rights Reserved.