diff -r 47fbc814aa31 -r cbe3ec2d59d2 demo/lgf_demo.cc --- a/demo/lgf_demo.cc Wed Oct 01 12:44:16 2008 +0200 +++ b/demo/lgf_demo.cc Wed Oct 01 13:56:40 2008 +0200 @@ -49,7 +49,7 @@ node("source", s). // read 'source' node to s node("target", t). // read 'target' node to t run(); - } catch (DataFormatError& error) { // check if there was any error + } catch (Exception& error) { // check if there was any error std::cerr << "Error: " << error.what() << std::endl; return -1; }