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
  • Field Details

  • Constructor Details

    • JCatchBlock

      JCatchBlock(JClass exception)
  • Method Details