net.sf.rej.java
Class ExceptionInfo

java.lang.Object
  extended by net.sf.rej.java.ExceptionInfo

public class ExceptionInfo
extends java.lang.Object

ExceptionInfo

Author:
Sami Koivu

Constructor Summary
ExceptionInfo(ByteParser parser, ConstantPool pool)
           
 
Method Summary
 byte[] getData()
           
 int getEndPc()
           
 int getHandlerPc()
           
 java.util.List<Label> getLabels()
           
 int getStartPc()
           
 java.lang.String getType()
           
 boolean isFinally()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionInfo

public ExceptionInfo(ByteParser parser,
                     ConstantPool pool)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getData

public byte[] getData()

getStartPc

public int getStartPc()

getEndPc

public int getEndPc()

getHandlerPc

public int getHandlerPc()

getType

public java.lang.String getType()

isFinally

public boolean isFinally()

getLabels

public java.util.List<Label> getLabels()