Poco::LibraryLoadException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::LibraryLoadException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 267 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::LibraryLoadException::LibraryLoadException ( const LibraryLoadException exc  ) 

Poco::LibraryLoadException::~LibraryLoadException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::RuntimeException.

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

Returns a static string describing the exception.

Reimplemented from Poco::RuntimeException.

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

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

Reimplemented from Poco::RuntimeException.

void Poco::LibraryLoadException::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::RuntimeException.


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

SourceForge.net Logo
Project space on SourceForge.net