Class InvalidInput

All Implemented Interfaces:
Serializable

public class InvalidInput extends RuntimeException
Exception to be thrown inside an input Validator
See Also:
  • Constructor Details

    • InvalidInput

      public InvalidInput(String message)
      Exception to be thrown inside an Validator
      Parameters:
      message - - the error message
  • Method Details