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

Exception which is thrown if a (linear) solver provided to some nonlinear solver is not valid (e.g. Nullpointer provided) More...

#include <exception.hpp>

Inheritance diagram for viennashe::math::provided_solver_invalid_exception:

Public Member Functions

 provided_solver_invalid_exception (std::string const &str)
 

Detailed Description

Exception which is thrown if a (linear) solver provided to some nonlinear solver is not valid (e.g. Nullpointer provided)

Definition at line 48 of file exception.hpp.

Constructor & Destructor Documentation

◆ provided_solver_invalid_exception()

viennashe::math::provided_solver_invalid_exception::provided_solver_invalid_exception ( std::string const &  str)
inline

Definition at line 50 of file exception.hpp.


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