public static interface Advice.AssignReturned.ExceptionHandler.Factory
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Advice.AssignReturned.ExceptionHandler.Factory.EnabledA factory that creates an exception handler for a given exception type. | 
| static class  | Advice.AssignReturned.ExceptionHandler.Factory.NoOpA non-operational factory that does not produce an exception handler. | 
| Modifier and Type | Method and Description | 
|---|---|
| StackManipulation | wrap(StackManipulation stackManipulation,
    StackManipulation exceptionHandler,
    Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)Wraps the supplied stack manipulation. | 
StackManipulation wrap(StackManipulation stackManipulation, StackManipulation exceptionHandler, Advice.StackMapFrameHandler.ForPostProcessor stackMapFrameHandler)
stackManipulation - The stack manipulation that represents the assignment.exceptionHandler - The exception handler to apply.stackMapFrameHandler - The stack map frame handler to use.Copyright © 2014–1970. All rights reserved.