DGtal  1.4.beta
DGtal::MemoryException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::MemoryException:
[legend]

Private Member Functions

virtual const char * what () const noexcept
 

Detailed Description

MemoryException derived class.

Definition at line 87 of file Exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 89 of file Exceptions.h.

90  {
91  return "DGtal memory error";
92  }

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