19 #ifndef OST_SEQ_INVALID_SEQUENCE_HH
20 #define OST_SEQ_INVALID_SEQUENCE_HH
27 namespace ost {
namespace seq {
32 :
Error(
"Sequence String contains illegal characters. Must "
33 "be one of [A-Za-z?-].") { }
36 :
Error(custom_msg) {}
42 :
Error(
"Sequences have different lengths") { }
InvalidSequence(const String &custom_msg)