Package proguard.classfile.editor
Class ExceptionInfoEditor
java.lang.Object
proguard.classfile.editor.ExceptionInfoEditor
This class can add exceptions to the exception table of a given code attribute. The exceptions
must have been filled out beforehand.
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionInfoEditor(CodeAttribute codeAttribute) Creates a new ExceptionInfoEditor that can add exceptions to the given code attribute. -
Method Summary
Modifier and TypeMethodDescriptionvoidappendException(ExceptionInfo exceptionInfo) Appends the given exception to the exception table.
-
Constructor Details
-
ExceptionInfoEditor
Creates a new ExceptionInfoEditor that can add exceptions to the given code attribute.
-
-
Method Details
-
appendException
Appends the given exception to the exception table.
-