Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
CodeAttribute.exceptionBlockStart(String exceptionType)
Begin writing an exception handler block.
|
Modifier and Type | Method and 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 © 2015. All rights reserved.