Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

DetectorException.h Example File

appdemos/qtws/QZXing/zxing/zxing/datamatrix/detector/DetectorException.h
 /*
  * DetectorException.h
  *
  *  Created on: Aug 26, 2011
  *      Author: luiz
  */

 #ifndef DETECTOREXCEPTION_H_
 #define DETECTOREXCEPTION_H_

 #include <zxing/Exception.h>

 namespace zxing {
 namespace datamatrix {

 class DetectorException : public Exception {
   public:
     DetectorException(const char *msg);
     virtual ~DetectorException() throw();
 };
 } /* namespace nexxera */
 } /* namespace zxing */
 #endif /* DETECTOREXCEPTION_H_ */
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded