ESYS13  Revision_
Public Member Functions | Protected Types | Static Private Attributes
dudley::DudleyAdapterException Class Reference

DudleyAdapterException exception class. More...

#include <DudleyAdapterException.h>

Inheritance diagram for dudley::DudleyAdapterException:
esysUtils::EsysException

List of all members.

Public Member Functions

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

DudleyAdapterException exception class.

Description: DudleyAdapterException 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().

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

dudley::DudleyAdapterException::DudleyAdapterException ( const std::string &  str) [inline]

Constructor for the exception.

References esysUtils::EsysException::updateMessage().

Copy Constructor for the exception.

References esysUtils::EsysException::updateMessage().

Destructor.


Member Function Documentation

const std::string & DudleyAdapterException::exceptionName ( ) const [virtual]

Returns the name of the exception.

Reimplemented from esysUtils::EsysException.

References exceptionNameValue.

DudleyAdapterException& dudley::DudleyAdapterException::operator= ( const DudleyAdapterException other) [inline]

Assignment operator.

References esysUtils::EsysException::updateMessage().


Member Data Documentation

const std::string DudleyAdapterException::exceptionNameValue [static, private]

Reimplemented from esysUtils::EsysException.

Referenced by exceptionName().


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