|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.transjvm.Handler
public class Handler
A class representing an exception handler.
Constructor Summary | |
---|---|
Handler(Statement stmts,
TypeID... exceptionTypes)
Creates a new Handler object |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Handler(Statement stmts, TypeID... exceptionTypes)
stmts
- Statements to be executed by this handler.exceptionTypes
- The types (subclasses of java.lang.Throwable) to be handled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |