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

Exceptions of this class are thrown by some geometry object classes. More...

#include <plask/exceptions.hpp>

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

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::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 thrown by some geometry object classes.

Definition at line 287 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NotUniqueObjectException() [1/3]

plask::NotUniqueObjectException::NotUniqueObjectException ( )
inline

Definition at line 288 of file exceptions.hpp.

◆ NotUniqueObjectException() [2/3]

plask::NotUniqueObjectException::NotUniqueObjectException ( const std::string &  msg)
inline

Definition at line 289 of file exceptions.hpp.

◆ NotUniqueObjectException() [3/3]

template<typename... T>
plask::NotUniqueObjectException::NotUniqueObjectException ( const std::string &  msg,
const T &...  args 
)
inline

Definition at line 292 of file exceptions.hpp.


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