ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::models::invalid_state_exception Class Reference

Thrown whenever a markov chain model finds an invalid or non-existing state. More...

#include <exception.hpp>

Inheritance diagram for viennashe::models::invalid_state_exception:

Public Member Functions

 invalid_state_exception (std::string const &str)
 
virtual const char * what () const throw ()
 
 invalid_state_exception (std::string msg, std::size_t index)
 
virtual ~invalid_state_exception () throw ()
 

Detailed Description

Thrown whenever a markov chain model finds an invalid or non-existing state.

Definition at line 32 of file exception.hpp.

Constructor & Destructor Documentation

◆ invalid_state_exception() [1/2]

viennashe::models::invalid_state_exception::invalid_state_exception ( std::string const &  str)
inline

Definition at line 35 of file exception.hpp.

◆ invalid_state_exception() [2/2]

viennashe::models::invalid_state_exception::invalid_state_exception ( std::string  msg,
std::size_t  index 
)
inline

Definition at line 40 of file exception.hpp.

◆ ~invalid_state_exception()

virtual viennashe::models::invalid_state_exception::~invalid_state_exception ( )
throw (
)
inlinevirtual

Definition at line 44 of file exception.hpp.

Member Function Documentation

◆ what()

virtual const char * viennashe::models::invalid_state_exception::what ( ) const
throw (
)
inlinevirtual

Definition at line 38 of file exception.hpp.


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