PLaSK library
|
Exceptions of this class are thrown by some geometry object classes. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
NotUniqueObjectException () | |
NotUniqueObjectException (const std::string &msg) | |
template<typename... T> | |
NotUniqueObjectException (const std::string &msg, const T &... args) | |
Public Member Functions inherited from plask::GeometryException | |
template<typename... T> | |
GeometryException (const T &... args) | |
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 thrown by some geometry object classes.
Definition at line 295 of file exceptions.hpp.
|
inline |
Definition at line 296 of file exceptions.hpp.
|
inline |
Definition at line 297 of file exceptions.hpp.
|
inline |
Definition at line 300 of file exceptions.hpp.