DGtal  1.4.beta
DGtal::IOException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::IOException:
[legend]

Private Member Functions

virtual const char * what () const noexcept
 

Detailed Description

IOException derived class.

Definition at line 52 of file Exceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 54 of file Exceptions.h.

55  {
56  return "DGtal IO error";
57  }

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