Poco::NotFoundException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::NotFoundException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 262 of file Exception.h.


Public Member Functions

 NotFoundException (int code=0)
 NotFoundException (const std::string &msg, int code=0)
 NotFoundException (const std::string &msg, const std::string &arg, int code=0)
 NotFoundException (const std::string &msg, const Poco::Exception &exc, int code=0)
 NotFoundException (const NotFoundException &exc)
 ~NotFoundException () throw ()
NotFoundExceptionoperator= (const NotFoundException &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::NotFoundException::NotFoundException ( int  code = 0  ) 

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

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

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

Poco::NotFoundException::NotFoundException ( const NotFoundException exc  ) 

Poco::NotFoundException::~NotFoundException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::RuntimeException.

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

Returns a static string describing the exception.

Reimplemented from Poco::RuntimeException.

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

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

Reimplemented from Poco::RuntimeException.

void Poco::NotFoundException::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::RuntimeException.


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

SourceForge.net Logo
Project space on SourceForge.net