Class CapturingErrorHandler
- java.lang.Object
-
- io.quarkiverse.githubapp.runtime.error.DefaultErrorHandler
-
- io.quarkiverse.githubapp.testing.internal.CapturingErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class CapturingErrorHandler extends DefaultErrorHandler
-
-
Constructor Summary
Constructors Constructor Description CapturingErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
-
-
-
Field Detail
-
captured
public Throwable captured
-
-
Method Detail
-
handleError
public void handleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
- Specified by:
handleErrorin interfaceErrorHandler- Overrides:
handleErrorin classDefaultErrorHandler
-
-