public final class OcrException
extends java.lang.Exception
This exception indicates an exception while working with OCR module.
Constructor and Description |
---|
OcrException(java.lang.String message)
Create this exception with the given message.
|
OcrException(java.lang.String message,
java.lang.Exception cause)
Create this exception with the given message and underlying cause.
|
public OcrException(java.lang.String message)
Create this exception with the given message.
message
- The message of this exception.public OcrException(java.lang.String message, java.lang.Exception cause)
Create this exception with the given message and underlying cause.
message
- The message of this exception.cause
- The underlying exception.