CCIMXDesktop
 
Loading...
Searching...
No Matches
DivideZeroException Class Reference

Exception thrown when a division by zero is attempted. More...

#include <ParseExceptions.h>

Inheritance diagram for DivideZeroException:

Public Member Functions

 DivideZeroException ()
 Constructs a DivideZeroException with a predefined message.
 
const char * what () const noexcept override
 Returns the error message.
 

Detailed Description

Exception thrown when a division by zero is attempted.

Member Function Documentation

◆ what()

const char * DivideZeroException::what ( ) const
inlineoverridenoexcept

Returns the error message.

Returns
C-style string with the error description.

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