PLaSK library
|
This exception is thrown when geometry object has type different than expectation (for example is 3d but expected 2d). More...
#include <plask/exceptions.hpp>
Public Member Functions | |
UnexpectedGeometryObjectTypeException () | |
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. | |
This exception is thrown when geometry object has type different than expectation (for example is 3d but expected 2d).
Definition at line 369 of file exceptions.hpp.
|
inline |
Definition at line 370 of file exceptions.hpp.