30#ifndef INTERNAL_EXCEPTION_H
31#define INTERNAL_EXCEPTION_H
53 class Full :
public std::exception
55 const char *what()
const throw()
override
57 return "This set is full...";
65 class Empty :
public std::exception
67 const char *what()
const throw()
override
69 return "This set is empty...";
79 const char *what()
const throw()
override
81 return "GeometryTypeId is not expected...";
91 const char *what()
const throw()
override
93 return "Geometry Type is unknown";
104 const char *what()
const throw()
override
106 return "No way to compute positions";
Thrown when trying to access an empty data set.
Thrown when something is added in a Full set.
Throw an exception when it's impossible to compute labelPosition.
Thrown when a geometry type is not like expected.
Thrown when a geometry type is not like expected.