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

Exceptions of this class are thrownwhen material string parser find errors. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

 MaterialParseException ()
 
 MaterialParseException (const std::string &msg)
 
template<typename... T>
 MaterialParseException (const std::string &msg, const T &... args)
 
- 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

Exceptions of this class are thrownwhen material string parser find errors.

Definition at line 239 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ MaterialParseException() [1/3]

plask::MaterialParseException::MaterialParseException ( )
inline

Definition at line 240 of file exceptions.hpp.

◆ MaterialParseException() [2/3]

plask::MaterialParseException::MaterialParseException ( const std::string &  msg)
inline
Parameters
msgerror message

Definition at line 242 of file exceptions.hpp.

◆ MaterialParseException() [3/3]

template<typename... T>
plask::MaterialParseException::MaterialParseException ( const std::string &  msg,
const T &...  args 
)
inline

Definition at line 245 of file exceptions.hpp.


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