public interface EventExceptionTranslator
Event.| Modifier and Type | Method and Description |
|---|---|
Event |
translate(Throwable thrown)
Attempt to translate the provided
Throwable to an event. |
@Nullable Event translate(@Nonnull Throwable thrown)
Throwable to an event. Implementors may return
null if an event should not be created, or to allow for chaining translators to handle specific
cases separately.thrown - the exception to translateevent, or null if the exception could not, or should not, be translatedCopyright © 2017 Atlassian. All rights reserved.