34 #ifndef __EXTRACTBITRATES__
35 #define __EXTRACTBITRATES__
61 void outputWhat( std::ostream& o )
const { o <<
"Non-contiguous QP set exception"; }
virtual ~POCParseException()
An error occured while parsing a POC line from within a log file.
POCParseException(const std::string &pocLine)
virtual ~NonContiguousQPSetException()
void outputWhat(std::ostream &o) const
void outputWhat(std::ostream &o) const
The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert ...
This class serves the same purpose as std::runtime_error, but it can be more convenient to use...