Class exc_exception (o2scl)

O2scl : Class List

class o2scl::exc_exception : public exception

Generic exception.

This class derives from std::exception.

The errors which are handled with this exception type are

Public Functions

exc_exception()

Create an exception.

~exc_exception()
const char *what() const

Return the error string.