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

Exception thrown when a square root operation receives a negative value. More...

#include <ParseExceptions.h>

Inheritance diagram for BadSqrtValue:

Public Member Functions

 BadSqrtValue ()
 Constructs a BadSqrtValue exception.
 
const char * what () const noexcept override
 Returns the error message.
 

Detailed Description

Exception thrown when a square root operation receives a negative value.

Member Function Documentation

◆ what()

const char * BadSqrtValue::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: