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

UnsupportedEncodingException.h Example File

appdemos/qtws/QZXing/zxing/zxing/UnsupportedEncodingException.h
 #ifndef UNSUPPORTEDENCODINGEXCEPTION_H
 #define UNSUPPORTEDENCODINGEXCEPTION_H

 #include <zxing/Exception.h>

 namespace zxing {

 class UnsupportedEncodingException : public Exception {
  public:
   UnsupportedEncodingException() throw() {}
   UnsupportedEncodingException(char const* msg) throw() : Exception(msg) {}
   ~UnsupportedEncodingException() throw() {}
 };

 }

 #endif // UNSUPPORTEDENCODINGEXCEPTION_H
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded