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.- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description NullAdditionalPropertyValueException(String name)
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Detail
NullAdditionalPropertyValueException
public NullAdditionalPropertyValueException(String name)