Cosan  1.0
Data Analytics Library
Cosan::TooSmallSizeException Class Reference

#include <Exceptions.h>

Inheritance diagram for Cosan::TooSmallSizeException:

Private Member Functions

virtual const char * what ()
 

Detailed Description

Definition at line 23 of file Exceptions.h.

Member Function Documentation

◆ what()

virtual const char* Cosan::TooSmallSizeException::what ( )
inlineprivatevirtual

Definition at line 25 of file Exceptions.h.

26  {
27  return "The number of rows is too small";
28  };

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