org.springframework.boot.configurationprocessor.metadata
Class InvalidConfigurationMetadataException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.boot.configurationprocessor.metadata.InvalidConfigurationMetadataException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidConfigurationMetadataException extends java.lang.RuntimeException
Thrown to indicate that some meta-data is invalid. Define the severity to determine whether it has to fail the build.- Since:
- 1.3.0
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor and Description InvalidConfigurationMetadataException(java.lang.String message, javax.tools.Diagnostic.Kind kind)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description javax.tools.Diagnostic.Kind
getKind()