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