Public Member Functions

gridripper::amr1d::InitCond::Exception Class Reference

Exception thrown by InitCond::init. More...

#include <InitCond.h>

Inheritance diagram for gridripper::amr1d::InitCond::Exception:
gridripper::Exception

List of all members.

Public Member Functions

 Exception (const Exception &other)
 Copy constructor.
 Exception (const string &msg, const string &where)
 Construct an exception.
 Exception (const exception &orig, const string &where)
 Construct an exception with a starting trace.
 Exception (const exception &orig, const string &msg, const string &where)
 Construct an exception with a starting trace.

Detailed Description

Exception thrown by InitCond::init.


Constructor & Destructor Documentation

gridripper::amr1d::InitCond::Exception::Exception ( const string &  msg,
const string &  where 
) [inline]

Construct an exception.

Parameters:
msg error message
where current location (method name)

Reimplemented from gridripper::Exception.

gridripper::amr1d::InitCond::Exception::Exception ( const exception &  orig,
const string &  where 
) [inline]

Construct an exception with a starting trace.

Parameters:
orig original exception containing the source of the trace
where current location (method name)

Reimplemented from gridripper::Exception.

gridripper::amr1d::InitCond::Exception::Exception ( const exception &  orig,
const string &  msg,
const string &  where 
) [inline]

Construct an exception with a starting trace.

Parameters:
orig original exception containing the source of the trace
msg error message
where current location (method name)

Reimplemented from gridripper::Exception.


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