Package net.bytebuddy.asm
Class Advice.NoExceptionHandler
- java.lang.Object
-
- java.lang.Throwable
-
- net.bytebuddy.asm.Advice.NoExceptionHandler
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Advice
private static class Advice.NoExceptionHandler extends java.lang.Throwable
A marker class that indicates that an advice method does not suppress anyThrowable
.
-
-
Field Summary
Fields Modifier and Type Field Description private static TypeDescription
DESCRIPTION
A description of theAdvice.NoExceptionHandler
type.
-
Constructor Summary
Constructors Modifier Constructor Description private
NoExceptionHandler()
A private constructor as this class is not supposed to be invoked.
-
-
-
Field Detail
-
DESCRIPTION
private static final TypeDescription DESCRIPTION
A description of theAdvice.NoExceptionHandler
type.
-
-