Logic error exception. More...
#include <exception.h>
Public Member Functions | |
exc_logic_error (const std::string &s) | |
Create an exception with description provided in s . | |
virtual const char * | what () const throw () |
Return the error string. | |
This class derives from std::logic_error
.
The error which is handled with this exception type is
Definition at line 82 of file exception.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).