public class BarCodeRecognitionException
extends java.lang.RuntimeException
General exception thrown by BarCodeReader, inherited from BarCodeException
Constructor and Description |
---|
BarCodeRecognitionException(java.lang.String message)
Initializes a new instance of the BarCodeRecognitionException class.
|
BarCodeRecognitionException(java.lang.String message,
java.lang.Exception innerException)
Initializes a new instance of the BarCodeRecognitionException class with the specified error message and the current exception.
|
public BarCodeRecognitionException(java.lang.String message)
Initializes a new instance of the BarCodeRecognitionException class.
message
- error messagepublic BarCodeRecognitionException(java.lang.String message, java.lang.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.