public final class OcrException
extends com.aspose.ms.System.Exception
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,
Exception cause)
Create this exception with the given message and underlying cause.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OcrException(String message)
Create this exception with the given message.
message
- The message of this exception.Copyright © 2017. All Rights Reserved.