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

This exception is thrown when geometry object has type different than expectation (for example is 3d but expected 2d). More...

#include <plask/exceptions.hpp>

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

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnexpectedGeometryObjectTypeException()

plask::UnexpectedGeometryObjectTypeException::UnexpectedGeometryObjectTypeException ( )
inline

Definition at line 370 of file exceptions.hpp.


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