PLaSK library
Loading...
Searching...
No Matches
plask::NoSuchGeometryObject 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::NoSuchGeometryObject:
[legend]
Collaboration diagram for plask::NoSuchGeometryObject:
[legend]

Public Member Functions

 NoSuchGeometryObject (const std::string &object_name)
 
 NoSuchGeometryObject ()
 
- 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 331 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NoSuchGeometryObject() [1/2]

plask::NoSuchGeometryObject::NoSuchGeometryObject ( const std::string &  object_name)
inline
Parameters
object_namename of object which is not found

Definition at line 337 of file exceptions.hpp.

◆ NoSuchGeometryObject() [2/2]

plask::NoSuchGeometryObject::NoSuchGeometryObject ( )
inline

Definition at line 340 of file exceptions.hpp.


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