Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.