Results 1 to 1 of 1

Thread: Exception handling in external library - good or bad idea

  1. #1
    Join Date
    Sep 2010
    Location
    Poland
    Posts
    112
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Exclamation Exception handling in external library - good or bad idea

    I want to implement exceptions functionality in my application. However, I want to make them as generic as possible and due to its generality place them in shared library (DLL). My further plans are to move database functionality (such as executing the queries, results returns) to own, remote thread to keep application thread unfrozen.

    I want to know:
    - should I have use QtConcurrent::Exception class
    - or maybe it is better to use standard c++ Exception to create own exceptions

    I know about QtConcurrent::Exception and exception (from std) relation
    Last edited by kornicameister; 20th February 2012 at 15:36. Reason: updated contents
    My schedule makes my cry
    My works makes my laugh
    My life makes... oh...no....

Similar Threads

  1. Replies: 2
    Last Post: 4th July 2010, 23:49
  2. Is creating yet another IDE a good idea?
    By piotr.dobrogost in forum Qt Tools
    Replies: 20
    Last Post: 31st July 2009, 08:38
  3. Exception handling in Qt 4.2.2
    By vishal.chauhan in forum Qt Programming
    Replies: 1
    Last Post: 27th February 2007, 10:47
  4. Qt's Exception Handling
    By bruce1007 in forum Qt Programming
    Replies: 2
    Last Post: 13th June 2006, 10:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.