Go to the documentation of this file.
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?-].") { }
39 :
Error(
"Sequences have different lengths") { }