Package net.bytebuddy.asm
Class Advice.NoExceptionHandler
java.lang.Object
java.lang.Throwable
net.bytebuddy.asm.Advice.NoExceptionHandler
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Advice
A marker class that indicates that an advice method does not suppress any
Throwable
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final TypeDescription
A description of theAdvice.NoExceptionHandler
type.private static final long
The class's serial version UID. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
A private constructor as this class is not supposed to be invoked. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe class's serial version UID.- See Also:
-
DESCRIPTION
A description of theAdvice.NoExceptionHandler
type.
-
-
Constructor Details
-
NoExceptionHandler
private NoExceptionHandler()A private constructor as this class is not supposed to be invoked.
-