com.sun.codemodel
Class JCatchBlock

java.lang.Object
  extended by com.sun.codemodel.JCatchBlock

public class JCatchBlock
extends java.lang.Object

Catch block for a try/catch/finally statement


Method Summary
 JBlock body()
           
 void generate(JFormatter f)
           
 JVar param(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

param

public JVar param(java.lang.String name)

body

public JBlock body()

generate

public void generate(JFormatter f)


Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.