@HashCodeAndEqualsPlugin.Enhance public static class Plugin.Engine.Listener.WithErrorsOnly extends Plugin.Engine.Listener.Adapter
Plugin.Engine.Listener.Adapter, Plugin.Engine.Listener.Compound, Plugin.Engine.Listener.ForErrorHandler, Plugin.Engine.Listener.NoOp, Plugin.Engine.Listener.StreamWriting, Plugin.Engine.Listener.WithErrorsOnly, Plugin.Engine.Listener.WithTransformationsOnlyPlugin.Engine.ErrorHandler.Enforcing, Plugin.Engine.ErrorHandler.Failing| Constructor and Description |
|---|
WithErrorsOnly(Plugin.Engine.Listener delegate)
Creates a new listener decorator that filter any event that is not related to errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(Map<TypeDescription,List<Throwable>> throwables)
Invoked at the end of the build if at least one type transformation failed.
|
void |
onError(Plugin plugin,
Throwable throwable)
Invoked at the end of the build if a plugin could not be closed.
|
void |
onError(TypeDescription typeDescription,
List<Throwable> throwables)
Invoked after the application of all plugins was attempted if at least one error occured during handling a given type.
|
void |
onError(TypeDescription typeDescription,
Plugin plugin,
Throwable throwable)
Invoked if an error occured during a plugin's application on a given type.
|
onComplete, onDiscovery, onIgnored, onIgnored, onLiveInitializer, onManifest, onResource, onTransformation, onTransformation, onUnresolvedpublic WithErrorsOnly(Plugin.Engine.Listener delegate)
delegate - The delegate to forward events to.public void onError(TypeDescription typeDescription, Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.AdaptertypeDescription - The type being matched or transformed.plugin - The plugin being applied.throwable - The throwable that caused the error.public void onError(TypeDescription typeDescription, List<Throwable> throwables)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.AdaptertypeDescription - The type being transformed.throwables - The throwables that caused errors during the application.public void onError(Map<TypeDescription,List<Throwable>> throwables)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.Adapterthrowables - A mapping of types that failed during transformation to the errors that were caught.public void onError(Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.Adapterplugin - The plugin that could not be closed.throwable - The error that was caused when the plugin was attempted to be closed.Copyright © 2014–2025. All rights reserved.