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

This exception is called when operation on data vectors cannot be performed. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

template<typename... Params>
 DataError (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 called when operation on data vectors cannot be performed.

Definition at line 122 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ DataError()

template<typename... Params>
plask::DataError::DataError ( const std::string &  msg,
Params...  params 
)
inline
Parameters
msgerror message (format)
paramsformatting parmeters for msg

Definition at line 129 of file exceptions.hpp.


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