public final class OcrException extends RuntimeException
This exception indicates an exception while working with OCR module.
| Constructor and Description |
|---|
OcrException(String message)
Create this exception with the given message.
|
OcrException(String message,
Throwable cause)
Create this exception with the given message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OcrException(String message)
Create this exception with the given message.
message - The message of this exception.Copyright © 2014. All rights reserved.