30 #ifndef INTERNAL_EXCEPTION_H 31 #define INTERNAL_EXCEPTION_H 48 class Full :
public std::exception
50 const char* what()
const throw()
override 52 return "This set is full...";
59 class Empty :
public std::exception
61 const char* what()
const throw()
override 63 return "This set is empty...";
72 const char* what()
const throw()
override 74 return "GeometryTypeId is not expected...";
83 const char* what()
const throw()
override 85 return "Geometry Type is unknown";
95 const char * what()
const throw()
override 97 return "No way to compute positions";
Thrown when something is added in a Full set.
Thrown when a geometry type is not like expected.
Thrown when a geometry type is not like expected.
Throw an exception when it's impossible to compute labelPosition.
Thrown when trying to access an empty dada set.