Class exc_ios_failure (o2scl)

O2scl : Class List

class o2scl::exc_ios_failure : public failure

I/O failure error exception.

This class derives from std::ios::failure.

The errors which are handled with this exception type are

Public Functions

exc_ios_failure(const std::string &s)

Create an exception with description provided in s.

~exc_ios_failure()
const char *what() const

Return the error string.