Class ExceptionInfoEditor

java.lang.Object
proguard.classfile.editor.ExceptionInfoEditor

public class ExceptionInfoEditor extends Object
This class can add exceptions to the exception table of a given code attribute. The exceptions must have been filled out beforehand.
  • Constructor Details

    • ExceptionInfoEditor

      public ExceptionInfoEditor(CodeAttribute codeAttribute)
      Creates a new ExceptionInfoEditor that can add exceptions to the given code attribute.
  • Method Details

    • appendException

      public void appendException(ExceptionInfo exceptionInfo)
      Appends the given exception to the exception table.