AskValidatorException constructor

AskValidatorException(
  1. String message
)

validator with a message indicating the error.

Implementation

AskValidatorException(super.message);