Private Member Functions
exponentOverflowException Class Reference

#include <gfanlib_exceptions.h>

Private Member Functions

virtual const char * what () const throw ()
 

Detailed Description

Definition at line 17 of file gfanlib_exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 19 of file gfanlib_exceptions.h.

20  {
21  return "int overflow in an exponent";
22  }

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