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

Exceptions of this class are thrownby some geometry object classes when there is no required child. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

 NamesConflictException (const std::string &what, const std::string &object_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

Exceptions of this class are thrownby some geometry object classes when there is no required child.

Definition at line 318 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NamesConflictException()

plask::NamesConflictException::NamesConflictException ( const std::string &  what,
const std::string &  object_name 
)
inline
Parameters
whattype of object
object_namename of object which is already exists

Definition at line 324 of file exceptions.hpp.


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