1 #ifndef GFANLIB_EXCEPTIONS_H 2 #define GFANLIB_EXCEPTIONS_H 8 virtual const char*
what()
const throw()
10 return "int overflow in a weight vector";
18 virtual const char*
what()
const throw()
20 return "int overflow in an exponent";
virtual const char * what() const
exponentOverflowException exponentOverflow
weightOverflowException weightOverflow
virtual const char * what() const