public static interface Advice.ExceptionHandler
Modifier and Type | Interface and Description |
---|---|
static class |
Advice.ExceptionHandler.Default
Default implementations for commonly used exception handlers.
|
static class |
Advice.ExceptionHandler.Simple
A simple exception handler that returns a fixed stack manipulation.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
resolve(MethodDescription instrumentedMethod,
TypeDescription instrumentedType)
Resolves a stack manipulation to apply.
|
StackManipulation resolve(MethodDescription instrumentedMethod, TypeDescription instrumentedType)
instrumentedMethod
- The instrumented method.instrumentedType
- The instrumented type.Copyright © 2014–2025. All rights reserved.