throw errors when spirit parsing fails
authorDiane Trout <diane@caltech.edu>
Wed, 11 Oct 2006 20:59:30 +0000 (20:59 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 11 Oct 2006 20:59:30 +0000 (20:59 +0000)
commit81354ba90b6b670d361263bb3ff70bef67f83d9f
tree22b0ef86203fbf70d737f4212fb0e4c58ad3e351
parentaec6ce233d2f386dff16e1be202ebdb5c5b813dc
throw errors when spirit parsing fails
ticket:126
this patch adds code to throw errors (and give some rough idea
where the error was) when the spirit parser fails. (Currently
either loading motifs, or loading sequence annotations).

Also I added a typedef to shorten std::set<Sequence> to motif_set
alg/mussa.cpp
alg/mussa.hpp
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_mussa.cpp
alg/test/test_sequence.cpp
mussa_exceptions.hpp