ValidatorException constructor

ValidatorException(
  1. String message
)

Constructs an instance of the exception with the provided message.

Implementation

ValidatorException(this.message);