Poco::NotImplementedException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::NotImplementedException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 254 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::NotImplementedException::NotImplementedException ( const NotImplementedException exc  ) 

Poco::NotImplementedException::~NotImplementedException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::LogicException.

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

Returns a static string describing the exception.

Reimplemented from Poco::LogicException.

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

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

Reimplemented from Poco::LogicException.

void Poco::NotImplementedException::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::LogicException.


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

SourceForge.net Logo
Project space on SourceForge.net