| Package | Description |
|---|---|
| org.jboss.classfilewriter.code |
| Modifier and Type | Method | Description |
|---|---|---|
ExceptionHandler |
CodeAttribute.exceptionBlockStart(String exceptionType) |
Begin writing an exception handler block.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CodeAttribute.exceptionBlockEnd(ExceptionHandler handler) |
Mark the end of an exception handler block.
|
void |
CodeAttribute.exceptionHandlerStart(ExceptionHandler handler) |
Marks the current code location as the exception handler and adds the handler to the exception handler table;
|
Copyright © 2018. All rights reserved.