PLaSK library
|
Exceptions of this class are thrownby some geometry object classes when there is no required child. More...
#include <plask/exceptions.hpp>
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. | |
Exceptions of this class are thrownby some geometry object classes when there is no required child.
Definition at line 318 of file exceptions.hpp.
|
inline |
what | type of object |
object_name | name of object which is already exists |
Definition at line 324 of file exceptions.hpp.