Poco::IOException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::IOException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 280 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::IOException::IOException ( const IOException exc  ) 

Poco::IOException::~IOException (  )  throw ()


Member Function Documentation

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

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

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

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

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


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

SourceForge.net Logo
Project space on SourceForge.net