AskValidatorException constructor

AskValidatorException(
  1. String message
)

validator with a message indicating the error.

Implementation

AskValidatorException(String message) : super(message);