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

PasoException exception class. More...

#include <PasoException.h>

Inheritance diagram for paso::PasoException:
esysUtils::EsysException

List of all members.

Public Member Functions

 PasoException ()
 Default constructor for the exception.
 PasoException (const char *cstr)
 Constructor for the exception.
 PasoException (const std::string &str)
 Constructor for the exception.
 PasoException (const PasoException &other)
 Copy Constructor for the exception.
virtual ~PasoException () THROW(NO_ARG)
 Destructor.
PasoExceptionoperator= (const PasoException &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

PasoException exception class.

Description: PasoException exception class. The class provides a public function returning the exception name


Member Typedef Documentation

Reimplemented from esysUtils::EsysException.


Constructor & Destructor Documentation

Default constructor for the exception.

References esysUtils::EsysException::updateMessage().

paso::PasoException::PasoException ( const char *  cstr) [inline]

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

paso::PasoException::PasoException ( const std::string &  str) [inline]

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

Copy Constructor for the exception.

References esysUtils::EsysException::updateMessage().

virtual paso::PasoException::~PasoException ( ) [inline, virtual]

Destructor.


Member Function Documentation

const std::string & paso::PasoException::exceptionName ( ) const [virtual]

Returns the name of the exception.

Reimplemented from esysUtils::EsysException.

References exceptionNameValue.

PasoException& paso::PasoException::operator= ( const PasoException other) [inline]

Assignment operator.

References esysUtils::EsysException::updateMessage().


Member Data Documentation

const std::string paso::PasoException::exceptionNameValue [static, private]

Reimplemented from esysUtils::EsysException.

Referenced by exceptionName().


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