Uses of Interface
net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate
Packages that use ExceptionMethod.ConstructionDelegate
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of ExceptionMethod.ConstructionDelegate in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement ExceptionMethod.ConstructionDelegateModifier and TypeClassDescriptionstatic classA construction delegate that calls the default constructor.static classA construction delegate that calls a constructor that takes a single string as its argument.Fields in net.bytebuddy.implementation declared as ExceptionMethod.ConstructionDelegateModifier and TypeFieldDescriptionprivate final ExceptionMethod.ConstructionDelegateExceptionMethod.constructionDelegateThe construction delegation which is responsible for creating the exception to be thrown.Constructors in net.bytebuddy.implementation with parameters of type ExceptionMethod.ConstructionDelegateModifierConstructorDescriptionExceptionMethod(ExceptionMethod.ConstructionDelegate constructionDelegate) Creates a new instance of an implementation for throwing throwables.