public class BarCodeRecognitionException
extends com.aspose.ms.System.Exception
General exception thrown by BarCodeReader, inherited from BarCodeException
Constructor and Description |
---|
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. |
public BarCodeRecognitionException(java.lang.String message)
Constructure
message
- error messagepublic 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.
message
- The error message of the exception.innerException
- The current exception is thrown.