Poco::IllegalStateException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::IllegalStateException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 256 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::IllegalStateException::IllegalStateException ( const IllegalStateException exc  ) 

Poco::IllegalStateException::~IllegalStateException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::LogicException.

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

Returns a static string describing the exception.

Reimplemented from Poco::LogicException.

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

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

Reimplemented from Poco::LogicException.

void Poco::IllegalStateException::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