#include <SeqExceptions.hpp>
Public Member Functions | |
| badFormat (const char *x) | |
| std::ostream & | print (std::ostream &out) |
| std::ostream & | print (std::ostream &out) const |
| const char * | error (void) const |
used largely by I/O routines when input is not in the correct format
Definition at line 65 of file SeqExceptions.hpp.
| Sequence::badFormat::badFormat | ( | const char * | x | ) | [explicit] |
Throw the exception with error message x
Definition at line 73 of file SeqExceptions.cc.
| const char * Sequence::SeqException::error | ( | void | ) | const [inherited] |
Return the error message if you want to use it in some other fashion then printing it to an std::ostream
Definition at line 60 of file SeqExceptions.cc.
| std::ostream & Sequence::SeqException::print | ( | std::ostream & | out | ) | const [inherited] |
Write the error to out.
Definition at line 52 of file SeqExceptions.cc.
| std::ostream & Sequence::SeqException::print | ( | std::ostream & | out | ) | [inherited] |
1.6.3