Package io.spring.initializr.metadata
Class InvalidInitializrMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.spring.initializr.metadata.InvalidInitializrMetadataException
- All Implemented Interfaces:
Serializable
Thrown when the configuration defines invalid metadata.
- Author:
- Stephane Nicoll
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidInitializrMetadataException
(String message) InvalidInitializrMetadataException
(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
-
InvalidInitializrMetadataException
-
InvalidInitializrMetadataException
-