My Project
Loading...
Searching...
No Matches
Private Member Functions
exponentOverflowException Class Reference

#include <gfanlib_exceptions.h>

Private Member Functions

virtual const char * what () const throw ()
 

Detailed Description

Definition at line 16 of file gfanlib_exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 18 of file gfanlib_exceptions.h.

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

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