MC++
mc::Specbnd< T >::Exceptions Class Reference

Exceptions of mc::Specbnd.

#include <specbnd.hpp>

Public Types

enum  TYPE { SPECTR =1, HESSBND, SIZE =-1, UNDEF =-33 }
 Enumeration type for Specbnd exception handling. More...
 

Public Member Functions

 Exceptions (TYPE ierr)
 Constructor for error ierr
 
int ierr ()
 Inline function returning the error flag.
 
std::string what ()
 Error description.
 

Member Enumeration Documentation

template<typename T>
enum mc::Specbnd::Exceptions::TYPE
Enumerator
SPECTR 

Failed to compute spectrum in Specbnd::spectrum.

HESSBND 

Failed to compute spectral bound in Specbnd::spectral_bound.

SIZE 

Operation between variables with different numbers of dependents.

UNDEF 

Feature not yet implemented in mc::Specbnd.


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