org.enhydra.kelp.common
Class ValidationException
- public class ValidationException
- extends Exception
- The ValidationException can be thrown when validating option values.
ValidationException
public ValidationException(String message)
- Create a ValidationException with a specified error message.
- Parameters:
message
- Message providing information on the nature of the exception.