DocScanException constructor
DocScanException(
- String message
Creates a DocScanException with the given message.
Implementation
DocScanException(this.message);
Creates a DocScanException with the given message.
DocScanException(this.message);