Web Site

org.codehaus.janino
Class Java.CatchClause

java.lang.Object
  extended byorg.codehaus.janino.Java.CatchClause
Enclosing class:
Java

public static class Java.CatchClause
extends Object


Constructor Summary
Java.CatchClause(Java.FormalParameter caughtException, Java.Block body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java.CatchClause

public Java.CatchClause(Java.FormalParameter caughtException,
                        Java.Block body)

Web Site