com.aspose.barcoderecognition
Class BarCodeRecognitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.barcoderecognition.BarCodeRecognitionException
All Implemented Interfaces:
Serializable

public class BarCodeRecognitionException
extends RuntimeException

General exception thrown by BarCodeReader, inherited from BarCodeException

See Also:
Serialized Form

Constructor Summary
BarCodeRecognitionException(String message)
           Constructure
BarCodeRecognitionException(String message, RuntimeException 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.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

BarCodeRecognitionException

public BarCodeRecognitionException(String message)

Constructure

Parameters:
message - error message

BarCodeRecognitionException

public BarCodeRecognitionException(String message,
                                   RuntimeException 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.


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