30 #ifndef PAL_EXCEPTION_H 31 #define PAL_EXCEPTION_H 53 const char *what()
const throw()
override 55 return "Not yet implemented... sorry";
65 const char *what()
const throw()
override 67 return "Feature not found";
77 const char *what()
const throw()
override 79 return "Layer not found";
89 const char *what()
const throw()
override 91 return "Layers names must be unique";
101 const char *what()
const throw()
override 103 return "Features IDs must be unique within a layer";
119 const char *what()
const throw()
override 121 return "value not allowed";
Try to access an unknown layer.
Thrown when a feature is not yet implemented.
Try to access an unknown feature.
thrown when a value is not in the valid scale range\It can be thrown by :