public class BarCodeRecognitionException
extends com.aspose.ms.System.Exception
General exception thrown by BarCodeReader, inherited from BarCodeException
Constructor and Description |
---|
BarCodeRecognitionException(String message)
Initializes a new instance of the BarCodeRecognitionException class.
|
BarCodeRecognitionException(String message,
Exception innerException)
Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public BarCodeRecognitionException(String message)
Initializes a new instance of the BarCodeRecognitionException class.
message
- error messagepublic BarCodeRecognitionException(String message, Exception innerException)
Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.
message
- The error message of the exception.innerException
- The current exception is thrown.Copyright (c) 2002-2015 Aspose Pty Ltd. All Rights Reserved.