net.sf.rej.java.attribute
Class ExceptionsAttribute

java.lang.Object
  extended by net.sf.rej.java.attribute.Attribute
      extended by net.sf.rej.java.attribute.ExceptionsAttribute

public class ExceptionsAttribute
extends Attribute


Constructor Summary
ExceptionsAttribute(int nameIndex, ConstantPool pool)
           
ExceptionsAttribute(int nameIndex, ConstantPool pool, java.util.List<ExceptionDescriptor> exceptions)
           
 
Method Summary
 java.util.List<ExceptionDescriptor> getExceptions()
           
 byte[] getPayload()
           
 void setPayload(byte[] data)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.java.attribute.Attribute
getAttribute, getData, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionsAttribute

public ExceptionsAttribute(int nameIndex,
                           ConstantPool pool)

ExceptionsAttribute

public ExceptionsAttribute(int nameIndex,
                           ConstantPool pool,
                           java.util.List<ExceptionDescriptor> exceptions)
Method Detail

getPayload

public byte[] getPayload()
Overrides:
getPayload in class Attribute

setPayload

public void setPayload(byte[] data)
Overrides:
setPayload in class Attribute

getExceptions

public java.util.List<ExceptionDescriptor> getExceptions()

toString

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