escript  Revision_
Public Member Functions | Protected Types | Static Private Attributes
escript::SolverOptionsException Class Reference

SolverOptionsException exception class. More...

#include <SolverOptionsException.h>

Inheritance diagram for escript::SolverOptionsException:
esysUtils::EsysException

List of all members.

Public Member Functions

 SolverOptionsException ()
 Default constructor for the exception.
 SolverOptionsException (const char *cstr)
 Constructor with message.
 SolverOptionsException (const std::string &str)
 Constructor with message.
 SolverOptionsException (const SolverOptionsException &other)
 Copy Constructor.
virtual ~SolverOptionsException () THROW(NO_ARG)
 Destructor.
SolverOptionsExceptionoperator= (const SolverOptionsException &other) THROW(NO_ARG)
 Assignment operator.
virtual const std::string & exceptionName () const
 Returns the name of the exception.

Protected Types

typedef EsysException Parent

Static Private Attributes

static const std::string exceptionNameValue

Detailed Description

SolverOptionsException exception class.


Member Typedef Documentation

Reimplemented from esysUtils::EsysException.


Constructor & Destructor Documentation

Default constructor for the exception.

Constructor with message.

escript::SolverOptionsException::SolverOptionsException ( const std::string &  str) [inline]

Constructor with message.

Copy Constructor.

Destructor.


Member Function Documentation

const std::string & escript::SolverOptionsException::exceptionName ( ) const [virtual]

Returns the name of the exception.

Reimplemented from esysUtils::EsysException.

References exceptionNameValue.

SolverOptionsException& escript::SolverOptionsException::operator= ( const SolverOptionsException other) [inline]

Assignment operator.


Member Data Documentation

const std::string escript::SolverOptionsException::exceptionNameValue [static, private]

Reimplemented from esysUtils::EsysException.

Referenced by exceptionName().


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