not enough of values

This commit is contained in:
Matej Sekoranja
2011-06-02 10:41:05 +02:00
parent f0bc6a3031
commit 0985466573

View File

@@ -654,6 +654,9 @@ int main (int argc, char *argv[])
}
}
while (false);
} catch (std::out_of_range& oor) {
allOK = false;
std::cout << "parse error: not enough of values" << std::endl;
} catch (std::exception& ex) {
allOK = false;
std::cout << ex.what() << std::endl;