In file exception.hpp:

class Exception

Base class for all ng exceptions

Documentation

Base class for all ng exceptions

Inheritance:


Public Methods

[more] Exception(const string & w)
[more]virtual ~Exception()
[more]void Append(const string & s)
append string to description
[more]const string& What()
verbal description of exception

Private Fields

[more]string what
verbal description of exception

ostring what
verbal description of exception

o Exception(const string & w)

ovirtual ~Exception()

ovoid Append(const string & s)
append string to description

oconst string& What()
verbal description of exception


Direct child classes:
RangeException
MatrixNotFittingException
LocalHeapOverflow
Complex2RealException
ArrayRangeException

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.