Poco::CircularReferenceException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::CircularReferenceException:

Inheritance graph
[legend]
Collaboration diagram for Poco::CircularReferenceException:

Collaboration graph
[legend]

Detailed Description

Definition at line 278 of file Exception.h.


Public Member Functions

 CircularReferenceException (int code=0)
 CircularReferenceException (const std::string &msg, int code=0)
 CircularReferenceException (const std::string &msg, const std::string &arg, int code=0)
 CircularReferenceException (const std::string &msg, const Poco::Exception &exc, int code=0)
 CircularReferenceException (const CircularReferenceException &exc)
 ~CircularReferenceException () throw ()
CircularReferenceExceptionoperator= (const CircularReferenceException &exc)
const char * name () const throw ()
 Assignment operator.
const char * className () const throw ()
 Returns a static string describing the exception.
Poco::Exceptionclone () const
 Returns a string consisting of the message name and the message text.
void rethrow () const
 Creates an exact copy of the exception.

Constructor & Destructor Documentation

Poco::CircularReferenceException::CircularReferenceException ( int  code = 0  ) 

Poco::CircularReferenceException::CircularReferenceException ( const std::string &  msg,
int  code = 0 
)

Poco::CircularReferenceException::CircularReferenceException ( const std::string &  msg,
const std::string &  arg,
int  code = 0 
)

Poco::CircularReferenceException::CircularReferenceException ( const std::string &  msg,
const Poco::Exception exc,
int  code = 0 
)

Poco::CircularReferenceException::CircularReferenceException ( const CircularReferenceException exc  ) 

Poco::CircularReferenceException::~CircularReferenceException (  )  throw ()


Member Function Documentation

CircularReferenceException& Poco::CircularReferenceException::operator= ( const CircularReferenceException exc  ) 

const char* Poco::CircularReferenceException::name (  )  const throw () [virtual]

Assignment operator.

Reimplemented from Poco::DataException.

const char* Poco::CircularReferenceException::className (  )  const throw () [virtual]

Returns a static string describing the exception.

Reimplemented from Poco::DataException.

Poco::Exception* Poco::CircularReferenceException::clone (  )  const [virtual]

Returns a string consisting of the message name and the message text.

Reimplemented from Poco::DataException.

void Poco::CircularReferenceException::rethrow (  )  const [virtual]

Creates an exact copy of the exception.

The copy can later be thrown again by invoking rethrow() on it.

Reimplemented from Poco::DataException.


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

SourceForge.net Logo
Project space on SourceForge.net