LocalRegexException constructor

LocalRegexException(
  1. String message
)

LocalRegexException

Creates a new instance of the LocalRegexException class.

Implementation

LocalRegexException(this.message);