Inviwo  0.9.10.1
Inviwo documentation
inviwo::CSVDataReaderException Class Reference

This exception is thrown by the CSVReader in case the input is malformed. This includes empty sources, unmatched quotes, missing headers. More...

#include <csvreader.h>

+ Inheritance diagram for inviwo::CSVDataReaderException:

Public Member Functions

 CSVDataReaderException (const std::string &message="", ExceptionContext context=ExceptionContext())
 
- Public Member Functions inherited from inviwo::DataReaderException
 DataReaderException (const std::string &message="", ExceptionContext context=ExceptionContext())
 
- Public Member Functions inherited from inviwo::Exception
 Exception (const std::string &message="", ExceptionContext context=ExceptionContext())
 
virtual std::string getMessage () const
 
std::string getFullMessage () const
 
virtual void getFullMessage (std::ostream &os, int maxFrames=-1) const
 
virtual const ExceptionContextgetContext () const
 
const std::vector< std::string > & getStack () const
 
void getStack (std::ostream &os, int maxFrames=-1) const
 

Detailed Description

This exception is thrown by the CSVReader in case the input is malformed. This includes empty sources, unmatched quotes, missing headers.

See also
CSVReader

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