Package io.spring.initializr.web.project
Class ProjectFailedEvent
java.lang.Object
io.spring.initializr.web.project.ProjectRequestEvent
io.spring.initializr.web.project.ProjectFailedEvent
Event published when an error occurred trying to generate a project.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionProjectFailedEvent
(ProjectRequest request, InitializrMetadata metadata, Exception cause) -
Method Summary
Methods inherited from class io.spring.initializr.web.project.ProjectRequestEvent
getMetadata, getProjectRequest, getTimestamp
-
Constructor Details
-
ProjectFailedEvent
-
-
Method Details
-
getCause
Return the cause of the failure.- Returns:
- the cause of the failure
-