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

This exception is thrown when geometry object (typically with given name) is not found. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

 NoSuchGeometryObjectType (const std::string &object_type_name)
 
- 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 (typically with given name) is not found.

Definition at line 305 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NoSuchGeometryObjectType()

plask::NoSuchGeometryObjectType::NoSuchGeometryObjectType ( const std::string &  object_type_name)
inline
Parameters
object_type_namename of object type which is not found

Definition at line 311 of file exceptions.hpp.


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