8 #ifndef NLP_EXCEPTION_H
9 #define NLP_EXCEPTION_H
18 virtual const char* what()
const throw()
20 return "Unimplemented error.";
26 virtual const char* what()
const throw()
28 return "Invalid sentence type.";
Definition: nlp_exception.h:24
Definition: nlp_exception.h:16