DGtal  1.4.beta
DGtal::InfiniteNumberException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::InfiniteNumberException:
[legend]

Private Member Functions

virtual const char * what () const noexcept
 

Detailed Description

InfiniteNumberException derived class.

Definition at line 98 of file Exceptions.h.

Member Function Documentation

◆ what()

virtual const char* DGtal::InfiniteNumberException::what ( ) const
inlineprivatevirtualnoexcept

Definition at line 100 of file Exceptions.h.

101  {
102  return "DGtal infinite number error";
103  }

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