31 #if defined(Exceptions_RECURSES)
32 #error Recursive header files inclusion detected in Exceptions.h
35 #define Exceptions_RECURSES
37 #if !defined Exceptions_h
54 virtual const char*
what() const noexcept
56 return "DGtal IO error";
66 virtual const char*
what() const noexcept
68 return "DGtal bad input error";
78 virtual const char*
what() const noexcept
80 return "DGtal bad connectivity error";
89 virtual const char*
what() const noexcept
91 return "DGtal memory error";
100 virtual const char*
what() const noexcept
102 return "DGtal infinite number error";
115 #undef Exceptions_RECURSES
virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept
DGtal is the top-level namespace which contains all DGtal functions and types.