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

public class BarCodeRecognitionException extends RuntimeException

General exception thrown by BarCodeReader, inherited from BarCodeException

See Also:
  • Constructor Details

    • BarCodeRecognitionException

      public BarCodeRecognitionException()

      Initializes a new instance of the BarCodeRecognitionException class.

    • BarCodeRecognitionException

      public BarCodeRecognitionException(String message)

      Initializes a new instance of the BarCodeRecognitionException class.

      Parameters:
      message - error message
    • BarCodeRecognitionException

      public BarCodeRecognitionException(String message, 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.