Poco::FileAccessDeniedException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::FileAccessDeniedException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 286 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::FileAccessDeniedException::FileAccessDeniedException ( const FileAccessDeniedException exc  ) 

Poco::FileAccessDeniedException::~FileAccessDeniedException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::FileException.

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

Returns a static string describing the exception.

Reimplemented from Poco::FileException.

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

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

Reimplemented from Poco::FileException.

void Poco::FileAccessDeniedException::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::FileException.


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

SourceForge.net Logo
Project space on SourceForge.net