ValueAccessorException constructor

ValueAccessorException(
  1. String message
)

Constructs an instance of the exception with the provided message.

Implementation

ValueAccessorException(this.message);