Exception for the case that invalid expansion order is accessed. More...
#include <exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
invalid_expansion_order_exception (std::string el, std::size_t l, long m) | |
virtual | ~invalid_expansion_order_exception () throw () |
Exception for the case that invalid expansion order is accessed.
Note that only even expansion orders are allowed on vertices, and odd expansion orders on edges.
Definition at line 59 of file exception.hpp.
|
inline |
Definition at line 64 of file exception.hpp.
|
inlinevirtual |
Definition at line 69 of file exception.hpp.
|
inlinevirtual |
Definition at line 62 of file exception.hpp.