Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::invalid_box Struct Reference

Thrown to report that a box has incorrect coordinates with regards to its layout. More...

#include <exception.hpp>

Inherits std::logic_error.

Public Member Functions

 invalid_box (const std::string &arg)
 

Detailed Description

Thrown to report that a box has incorrect coordinates with regards to its layout.

See also
except::check_invalid_box()

Definition at line 97 of file exception.hpp.

Constructor & Destructor Documentation

spatial::invalid_box::invalid_box ( const std::string &  arg)
explicit

Definition at line 99 of file exception.hpp.


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