1 #ifndef GFANLIB_EXCEPTIONS_H
2 #define GFANLIB_EXCEPTIONS_H
9 virtual const char*
what()
const throw()
11 return "int overflow in a weight vector";
19 virtual const char*
what()
const throw()
21 return "int overflow in an exponent";
virtual const char * what() const
exponentOverflowException exponentOverflow
weightOverflowException weightOverflow
virtual const char * what() const