Poco::FileException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::FileException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 281 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::FileException::FileException ( const FileException exc  ) 

Poco::FileException::~FileException (  )  throw ()


Member Function Documentation

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

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

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

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

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


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

SourceForge.net Logo
Project space on SourceForge.net