Changeset 14404 for trunk/FACT++


Ignore:
Timestamp:
08/21/12 21:46:39 (12 years ago)
Author:
tbretz
Message:
Updatd some output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Database.h

    r14047 r14404  
    2121        boost::smatch what;
    2222        if (!boost::regex_match(database, what, expr, boost::match_extra))
    23             throw std::runtime_error("Couldn't parse '"+database+"'.");
     23            throw std::runtime_error("Couldn't parse database URI '"+database+"'.");
    2424
    2525        if (what.size()!=10)
    26             throw std::runtime_error("Error parsing '"+database+"'.");
     26            throw std::runtime_error("Error parsing database URI '"+database+"'.");
    2727
    2828        user   = what[2];
Note: See TracChangeset for help on using the changeset viewer.