OpenWalnut
1.4.0
|
Indicates that a bounding box is not valid, meaning its valid() member function delivers false. More...
#include <WInvalidBoundingBox.h>
Public Member Functions | |
WInvalidBoundingBox (const std::string &msg="A bounding box is not valid") | |
Default constructor. | |
virtual | ~WInvalidBoundingBox () throw () |
Destructor. |
Indicates that a bounding box is not valid, meaning its valid() member function delivers false.
Definition at line 36 of file WInvalidBoundingBox.h.
WInvalidBoundingBox::WInvalidBoundingBox | ( | const std::string & | msg = "A bounding box is not valid" | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WInvalidBoundingBox.cpp.
WInvalidBoundingBox::~WInvalidBoundingBox | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WInvalidBoundingBox.cpp.