Class NullOrEmptyValueException

All Implemented Interfaces:
Serializable

public class NullOrEmptyValueException extends ValidationException
Exception thrown when an object that should not be empty is null or empty.
See Also:
  • Constructor Details

    • NullOrEmptyValueException

      public NullOrEmptyValueException(String validatedProperty)
      Constructor that indicates the property that is validated.
      Parameters:
      validatedProperty - The property to validate.