Class BarCodeRecognitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aspose.barcode.barcoderecognition.BarCodeRecognitionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RecognitionAbortedException
public class BarCodeRecognitionException extends java.lang.RuntimeException
General exception thrown by BarCodeReader, inherited from BarCodeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
-
-
Constructor Detail
-
BarCodeRecognitionException
public BarCodeRecognitionException()
Initializes a new instance of the BarCodeRecognitionException class.
-
BarCodeRecognitionException
public BarCodeRecognitionException(java.lang.String message)
Initializes a new instance of the BarCodeRecognitionException class.
- Parameters:
message
- error message
-
BarCodeRecognitionException
public 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.
- Parameters:
message
- The error message of the exception.innerException
- The current exception is thrown.
-
-