public class ExceptionInfoEditor
extends java.lang.Object
Constructor and Description |
---|
ExceptionInfoEditor(CodeAttribute codeAttribute)
Creates a new ExceptionInfoEditor that can add exceptions to the given code attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
appendException(ExceptionInfo exceptionInfo)
Appends the given exception to the exception table.
|
public ExceptionInfoEditor(CodeAttribute codeAttribute)
public void appendException(ExceptionInfo exceptionInfo)