com.aspose.barcode
Class RecognitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.barcode.BarCodeException
                  extended by com.aspose.barcode.RecognitionException
All Implemented Interfaces:
Serializable

public class RecognitionException
extends BarCodeException

General exception thrown by BarCodeReader, inherited from BarCodeException

See Also:
Serialized Form

Constructor Summary
RecognitionException(String message)
           Constructure
RecognitionException(String message, RuntimeException innerException)
           Initilize an instance of BarCodeExceptionBarCodeException class with the specified error message and the current exception.
 
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

RecognitionException

public RecognitionException(String message)

Constructure

Parameters:
message - error message

RecognitionException

public RecognitionException(String message,
                            RuntimeException innerException)

Initilize an instance of BarCodeExceptionBarCodeException class with the specified error message and the current exception.

Parameters:
message - The error message of the exception.
innerException - The current exception is thrown.


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.