com.qoppa.ocr
Class OCRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.qoppa.ocr.OCRException
- All Implemented Interfaces:
- Serializable
public class OCRException
- extends Exception
General exception thrown when there are any errors while performing OCR on a
PDF document.
- Author:
- Qoppa Software
- 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 msg)
- OCRException with a simple error message.
OCRException
public OCRException(String msg,
Throwable cause)
- OCRException with an error message and an underlying cause.