OpenWalnut  1.4.0
Public Member Functions
WInvalidBoundingBox Class Reference

Indicates that a bounding box is not valid, meaning its valid() member function delivers false. More...

#include <WInvalidBoundingBox.h>

+ Inheritance diagram for WInvalidBoundingBox:

List of all members.

Public Member Functions

 WInvalidBoundingBox (const std::string &msg="A bounding box is not valid")
 Default constructor.
virtual ~WInvalidBoundingBox () throw ()
 Destructor.

Detailed Description

Indicates that a bounding box is not valid, meaning its valid() member function delivers false.

Definition at line 36 of file WInvalidBoundingBox.h.


Constructor & Destructor Documentation

WInvalidBoundingBox::WInvalidBoundingBox ( const std::string &  msg = "A bounding box is not valid") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WInvalidBoundingBox.cpp.

Destructor.

Definition at line 35 of file WInvalidBoundingBox.cpp.


The documentation for this class was generated from the following files: