Class ProjectGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.spring.initializr.generator.project.ProjectGenerationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidProjectRequestException
Thrown when a project generation failure occurs.
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectGenerationException
(String message) ProjectGenerationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectGenerationException
-
ProjectGenerationException
-