Go to the documentation of this file.
27 namespace wex = wibble::exception;
34 }
catch ( std::exception& e ) {
35 assert(
string(e.what()).find(
"antani") != string::npos);
50 throw wex::System(
"checking for existance of nonexisting file");
58 throw wex::File(
"does-not-exist",
"checking for existance of nonexisting file");
76 "bad cast: from i to PKc. Context:\n test" );