HEVC Test Model (HM)
HM-16.18
|
Thrown if there is a mismatch in the vector sizes or the Lambda-modifier indexes. More...
#include <GuessLambdaModifiers.h>
Public Member Functions | |
virtual | ~MismatchedIndexesException () throw ( ) |
Public Member Functions inherited from RuntimeError | |
RuntimeError () | |
virtual | ~RuntimeError () throw ( ) |
const char * | what () const throw ( ) |
Implementation of the std::exception::what method. More... | |
Protected Member Functions | |
void | outputWhat (std::ostream &o) const |
Thrown if there is a mismatch in the vector sizes or the Lambda-modifier indexes.
Definition at line 72 of file GuessLambdaModifiers.h.
|
inlinevirtual |
Definition at line 75 of file GuessLambdaModifiers.h.
|
inlineprotectedvirtual |
The implementing class implements this method to customize the what output
o | The what stream is outputted to this parameter |
Implements RuntimeError.
Definition at line 77 of file GuessLambdaModifiers.h.