DGtal  1.4.beta
DGtal::InputException Class Reference

#include <DGtal/base/Exceptions.h>

Inheritance diagram for DGtal::InputException:
[legend]

Public Member Functions

virtual const char * what () const noexcept
 

Detailed Description

Member Function Documentation

◆ what()

virtual const char* DGtal::InputException::what ( ) const
inlinevirtualnoexcept

Definition at line 66 of file Exceptions.h.

67  {
68  return "DGtal bad input error";
69  }

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