ObjectPoolException Class Reference

An exception indicating an ObjectPool error. More...

#include <ObjectPool.h++>

Inheritance diagram for ObjectPoolException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ObjectPoolException (String message=String::empty)
 Construct a new ObjectPoolException with an optional cause message.
void write (std::ostream &stream) const
 Write a textual representation of the exception to a stream.
String getMessage () const throw ()
 Get the message associated with the exception.
virtual const char * what () const throw ()
 Get the message associated with the exception.
String toString () const
 Get a textual representation of the exception as a String.

Protected Attributes

String _message
 The cause message.

Detailed Description

An exception indicating an ObjectPool error.

Author:
Mark Lindner

Constructor & Destructor Documentation

ObjectPoolException ( String  message = String::empty  )  [inline]

Construct a new ObjectPoolException with an optional cause message.


Member Function Documentation

String getMessage (  )  const throw () [inline, inherited]

Get the message associated with the exception.

String toString (  )  const [inline, inherited]

Get a textual representation of the exception as a String.

virtual const char* what (  )  const throw () [inline, virtual, inherited]

Get the message associated with the exception.

void write ( std::ostream &  stream  )  const [inline, virtual]

Write a textual representation of the exception to a stream.

Reimplemented from Exception.


Member Data Documentation

String _message [protected, inherited]

The cause message.


The documentation for this class was generated from the following file:
Generated on Sat Nov 26 16:49:09 2011 for libcommonc++ by  doxygen 1.6.3