PLaSK library
Loading...
Searching...
No Matches
plask::NoSuchAxisNames Struct Reference

This exception is thrown when axis (typically with given name) is not found. More...

#include <plask/exceptions.hpp>

Inheritance diagram for plask::NoSuchAxisNames:
[legend]
Collaboration diagram for plask::NoSuchAxisNames:
[legend]

Public Member Functions

 NoSuchAxisNames (const std::string &axis_names)
 
- Public Member Functions inherited from plask::Exception
 Exception (const std::string &msg)
 
template<typename... T>
 Exception (const std::string &msg, const T &... args)
 Format error message using format.
 

Detailed Description

This exception is thrown when axis (typically with given name) is not found.

Definition at line 376 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NoSuchAxisNames()

plask::NoSuchAxisNames::NoSuchAxisNames ( const std::string &  axis_names)
inline
Parameters
axis_namesname of axis which not exists

Definition at line 380 of file exceptions.hpp.


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