Class exc_exception (o2scl)

O2scl : Class List

class exc_exception : public std::exception

Generic exception.

This class derives from std::exception.

The errors which are handled with this exception type are

Public Functions

inline exc_exception()

Create an exception.

inline virtual ~exc_exception()
inline virtual const char *what() const

Return the error string.