Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
iexception Class Reference

Base exception class for all Itasca code. More...

#include <baseexception.h>

Inheritance diagram for iexception:
itasca::NegMatExcept

Public Member Functions

template<typename... Args>
 iexception (const string &s, Args &&... args)
 
virtual BASE_EXPORT const char * what () const throw ()
 Returns the contents of the error message as a const char.
 
void setMessage (const string &s)
 Allows the message carried by the exception to be replaced with a new one.
 

Detailed Description

Base exception class for all Itasca code.

By convention an exception thrown derived from std::exeption with message "quit" means shut down.


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