ApplicationFailedEvent

constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, exception: Throwable)

Create a new ApplicationFailedEvent instance.

Parameters

application

the current application

args

the arguments the application was running with

context

the context that was being created (maybe null)

exception

the exception that caused the error