Uses of Interface
net.bytebuddy.implementation.ExceptionMethod.ConstructionDelegate
-
Packages that use ExceptionMethod.ConstructionDelegate Package Description net.bytebuddy.implementation 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.ConstructionDelegate Modifier and Type Class Description static class
ExceptionMethod.ConstructionDelegate.ForDefaultConstructor
A construction delegate that calls the default constructor.static class
ExceptionMethod.ConstructionDelegate.ForStringConstructor
A construction delegate that calls a constructor that takes a single string as its argument.Fields in net.bytebuddy.implementation declared as ExceptionMethod.ConstructionDelegate Modifier and Type Field Description private ExceptionMethod.ConstructionDelegate
ExceptionMethod. constructionDelegate
The construction delegation which is responsible for creating the exception to be thrown.Constructors in net.bytebuddy.implementation with parameters of type ExceptionMethod.ConstructionDelegate Constructor Description ExceptionMethod(ExceptionMethod.ConstructionDelegate constructionDelegate)
Creates a new instance of an implementation for throwing throwables.
-