com.aspose.ocr.core.publicapi
Class OcrException

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

Constructor Summary
OcrException(String message)
          Create this exception with the given message.
OcrException(String message, RuntimeException cause)
          Create this exception with the given message and 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 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.