proguard.classfile.editor
Class ExceptionsEditor

java.lang.Object
  extended by proguard.classfile.editor.ExceptionsEditor

public class ExceptionsEditor
extends java.lang.Object

This class can add exceptions to exceptions attributes. Exceptions to be added must have been added to the constant pool filled out beforehand.


Constructor Summary
ExceptionsEditor()
           
 
Method Summary
 void addException(ExceptionsAttribute exceptionsAttribute, int exceptionIndex)
          Adds a given exception to the given exceptions attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionsEditor

public ExceptionsEditor()
Method Detail

addException

public void addException(ExceptionsAttribute exceptionsAttribute,
                         int exceptionIndex)
Adds a given exception to the given exceptions attribute.