Class BarCodeRecognitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.barcode.barcoderecognition.BarCodeRecognitionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RecognitionAbortedException
General exception thrown by BarCodeReader, inherited from BarCodeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the BarCodeRecognitionException class.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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BarCodeRecognitionException
public BarCodeRecognitionException()Initializes a new instance of the BarCodeRecognitionException class.
-
BarCodeRecognitionException
Initializes a new instance of the BarCodeRecognitionException class.
- Parameters:
message- error message
-
BarCodeRecognitionException
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.
-