DocumentScannerException constructor

DocumentScannerException(
  1. String message
)

Creates a DocumentScannerException with the given message.

Implementation

DocumentScannerException(this.message);