Private Member Functions
weightOverflowException Class Reference

#include <gfanlib_exceptions.h>

Private Member Functions

virtual const char * what () const throw ()
 

Detailed Description

Definition at line 7 of file gfanlib_exceptions.h.

Member Function Documentation

virtual const char* weightOverflowException::what ( ) const
throw (
)
inlineprivatevirtual

Definition at line 9 of file gfanlib_exceptions.h.

10  {
11  return "int overflow in a weight vector";
12  }

The documentation for this class was generated from the following file: