DocScanException constructor

DocScanException(
  1. String message
)

Creates a DocScanException with the given message.

Implementation

DocScanException(this.message);