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.Constructors in net.bytebuddy.implementation with parameters of type ExceptionMethod.ConstructionDelegate Constructor Description ExceptionMethod(TypeDescription throwableType, ExceptionMethod.ConstructionDelegate constructionDelegate)
Creates a new instance of an implementation for throwing throwables.
-