com.aspose.ocr.core.publicapi
Class OcrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.ocr.core.publicapi.OcrException
- All Implemented Interfaces:
- Serializable
public final class OcrException
- extends RuntimeException
This exception indicates an exception while working with OCR module.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OcrException
public OcrException(String message,
RuntimeException cause)
- Create this exception with the given message and underlying cause.
- Parameters:
message
- The message of this exception.cause
- The underlying exception.
OcrException
public OcrException(String message)
- Create this exception with the given message.
- Parameters:
message
- The message of this exception.
Copyright © 2011 Aspose. All Rights Reserved.