HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
MismatchedIndexesException Class Reference

Thrown if there is a mismatch in the vector sizes or the Lambda-modifier indexes. More...

#include <GuessLambdaModifiers.h>

Inheritance diagram for MismatchedIndexesException:
Inheritance graph
[legend]
Collaboration diagram for MismatchedIndexesException:
Collaboration graph
[legend]

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
 

Detailed Description

Thrown if there is a mismatch in the vector sizes or the Lambda-modifier indexes.

Definition at line 72 of file GuessLambdaModifiers.h.

Constructor & Destructor Documentation

virtual MismatchedIndexesException::~MismatchedIndexesException ( )
throw (
)
inlinevirtual

Definition at line 75 of file GuessLambdaModifiers.h.

Member Function Documentation

void MismatchedIndexesException::outputWhat ( std::ostream &  o) const
inlineprotectedvirtual

The implementing class implements this method to customize the what output

Parameters
oThe what stream is outputted to this parameter

Implements RuntimeError.

Definition at line 77 of file GuessLambdaModifiers.h.


The documentation for this class was generated from the following file: