Class ProjectFailedEvent

java.lang.Object
io.spring.initializr.web.project.ProjectRequestEvent
io.spring.initializr.web.project.ProjectFailedEvent

public class ProjectFailedEvent extends ProjectRequestEvent
Event published when an error occurred trying to generate a project.
Author:
Stephane Nicoll
  • Constructor Details

  • Method Details

    • getCause

      public Exception getCause()
      Return the cause of the failure.
      Returns:
      the cause of the failure