classUtils.javassist.bytecode
Class ExceptionTableEntry

java.lang.Object
  extended by classUtils.javassist.bytecode.ExceptionTableEntry

public class ExceptionTableEntry
extends java.lang.Object


Constructor Summary
ExceptionTableEntry(int start, int end, int handle, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionTableEntry

public ExceptionTableEntry(int start,
                           int end,
                           int handle,
                           int type)