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

This exception is thrown when the mesh is somehow bad. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

template<typename... Params>
 BadMesh (const std::string &where, const std::string &msg, Params... params)
 
- 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 the mesh is somehow bad.

Definition at line 398 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ BadMesh()

template<typename... Params>
plask::BadMesh::BadMesh ( const std::string &  where,
const std::string &  msg,
Params...  params 
)
inline
Parameters
wherename of class/function/operation doing the computations
msgerror message (format)
paramsparameters for msg

Definition at line 406 of file exceptions.hpp.


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