Poco::DataFormatException Class Reference

#include <Exception.h>

Inheritance diagram for Poco::DataFormatException:

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

Collaboration graph
[legend]

Detailed Description

Definition at line 276 of file Exception.h.


Public Member Functions

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

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

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

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

Poco::DataFormatException::DataFormatException ( const DataFormatException exc  ) 

Poco::DataFormatException::~DataFormatException (  )  throw ()


Member Function Documentation

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

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

Assignment operator.

Reimplemented from Poco::DataException.

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

Returns a static string describing the exception.

Reimplemented from Poco::DataException.

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

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

Reimplemented from Poco::DataException.

void Poco::DataFormatException::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::DataException.


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

SourceForge.net Logo
Project space on SourceForge.net