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
virtual const char * what() const
EXTERN_INST_VAR weightOverflowException weightOverflow
EXTERN_INST_VAR exponentOverflowException exponentOverflow