Class BuildPropertiesWriter.NullAdditionalPropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BuildPropertiesWriter
public static class BuildPropertiesWriter.NullAdditionalPropertyValueException
extends IllegalArgumentException
Exception thrown when an additional property with a null value is encountered.
- Since:
- 1.0.0
- Author:
- Andy Wilkinson, Stephane Nicoll, Vedran Pavic
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NullAdditionalPropertyValueException
 
-