Class JCatchBlock

java.lang.Object
org.jboss.jdeparser.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