NGSolve  4.9
Public Member Functions
ngstd::Exception Class Reference

Base class for all ng exceptions. More...

#include <exception.hpp>

Inheritance diagram for ngstd::Exception:
ngbla::Complex2RealException ngstd::ArrayRangeException ngstd::LocalHeapOverflow ngstd::RangeException

List of all members.

Public Member Functions

 Exception (const string &s)
 string s describes the exception
 Exception (const char *s)
 string s describes the exception
void Append (const string &s)
 append string to description
void Append (const char *s)
 append string to description
const string & What () const
 verbal description of exception

Detailed Description

Base class for all ng exceptions.


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