Poco::InvalidArgumentException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::InvalidArgumentException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 253 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::InvalidArgumentException::InvalidArgumentException ( const InvalidArgumentException exc  ) 

Poco::InvalidArgumentException::~InvalidArgumentException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::LogicException.

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

Returns a static string describing the exception.

Reimplemented from Poco::LogicException.

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

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

Reimplemented from Poco::LogicException.

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