Class EmptyValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.toolarium.enumeration.configuration.validation.ValidationException
-
- com.github.toolarium.enumeration.configuration.validation.EmptyValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class EmptyValueException extends ValidationException
Defines an empty value exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyValueException(java.lang.String message)
Constructor for EmptyValueException
-