SPH
Public Member Functions | List of all members
IoError Class Reference

Exception thrown when file cannot be read, it has invalid format, etc. More...

#include <Exceptions.h>

Inheritance diagram for IoError:
Exception

Public Member Functions

 IoError (const std::string &message)
 
- Public Member Functions inherited from Exception
 Exception (const std::string &message)
 
virtual const char * what () const noexcept
 

Detailed Description

Exception thrown when file cannot be read, it has invalid format, etc.

Definition at line 31 of file Exceptions.h.

Constructor & Destructor Documentation

◆ IoError()

IoError::IoError ( const std::string &  message)
inlineexplicit

Definition at line 33 of file Exceptions.h.


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