34 #ifndef PAL_EXCEPTION_H 35 #define PAL_EXCEPTION_H 53 const char * what()
const throw()
override 55 return "Not yet implemented... sorry";
63 const char * what()
const throw()
override 65 return "Feature not found";
73 const char * what()
const throw()
override 75 return "Layer not found";
83 const char * what()
const throw()
override 85 return "Layers names must be unique";
93 const char * what()
const throw()
override 95 return "Features IDs must be unique within a layer";
109 const char * what()
const throw()
override 111 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