net.sf.rej.java
Class Exceptions

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

public class Exceptions
extends java.lang.Object


Constructor Summary
Exceptions()
           
Exceptions(ByteParser parser, ConstantPool pool)
           
 
Method Summary
 byte[] getData()
           
 java.util.List<ExceptionInfo> getExceptionInfos()
           
 java.util.List<Label> getLabels()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions(ByteParser parser,
                  ConstantPool pool)

Exceptions

public Exceptions()
Method Detail

getData

public byte[] getData()

getExceptionInfos

public java.util.List<ExceptionInfo> getExceptionInfos()

getLabels

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