com.aspose.barcoderecognition
Class BarCodeRecognitionException

java.lang.Object
  extended by com.aspose.ms.System.Exception
      extended by com.aspose.barcoderecognition.BarCodeRecognitionException

public class BarCodeRecognitionException
extends com.aspose.ms.System.Exception

General exception thrown by BarCodeReader, inherited from BarCodeException


Constructor Summary
BarCodeRecognitionException(java.lang.String message)
           Constructure
BarCodeRecognitionException(java.lang.String message, java.lang.Exception innerException)
           Initilize an instance of Aspose.BarCodeRecognition.BarCodeRecognitionExceptionBarCodeRecognitionException class with the specified error message and the current exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarCodeRecognitionException

public BarCodeRecognitionException(java.lang.String message)

Constructure

Parameters:
message - error message

BarCodeRecognitionException

public BarCodeRecognitionException(java.lang.String message,
                                   java.lang.Exception innerException)

Initilize an instance of Aspose.BarCodeRecognition.BarCodeRecognitionExceptionBarCodeRecognitionException class with the specified error message and the current exception.

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