com.qoppa.ocr
Class OCRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OCRException(String msg)
          OCRException with a simple error message.
OCRException(String msg, Throwable cause)
          OCRException with an error message and an underlying cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.