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