protected class ExceptionHandlerRewriter.RewrittenExceptionHandler extends BaseExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionHandler |
exceptionHandler |
BY_EXCEPTION| Constructor and Description |
|---|
RewrittenExceptionHandler(ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExceptionType()
Gets the type of exception that is handled by this handler.
|
int |
getHandlerCodeAddress()
Gets the code offset of the handler.
|
compareTo, equals, getExceptionTypeReference, hashCode@Nonnull protected ExceptionHandler exceptionHandler
public RewrittenExceptionHandler(@Nonnull
ExceptionHandler exceptionHandler)
@Nullable public java.lang.String getExceptionType()
ExceptionHandlerpublic int getHandlerCodeAddress()
ExceptionHandler