activemq::exceptions::NoSuchElementException Class Reference

#include <NoSuchElementException.h>

Inheritance diagram for activemq::exceptions::NoSuchElementException:

activemq::exceptions::ActiveMQException List of all members.

Public Member Functions

 NoSuchElementException (void)
 NoSuchElementException (const ActiveMQException &ex)
 NoSuchElementException (const NoSuchElementException &ex)
 NoSuchElementException (const char *file, const int lineNumber, const char *msg,...)
virtual ActiveMQExceptionclone (void) const
virtual ~NoSuchElementException (void)

Constructor & Destructor Documentation

activemq::exceptions::NoSuchElementException::NoSuchElementException void   )  [inline]
 

Default Constructor

activemq::exceptions::NoSuchElementException::NoSuchElementException const ActiveMQException ex  )  [inline]
 

Conversion Constructor from some other ActiveMQException

Parameters:
An exception that should become this type of Exception

activemq::exceptions::NoSuchElementException::NoSuchElementException const NoSuchElementException ex  )  [inline]
 

Copy Constructor

activemq::exceptions::NoSuchElementException::NoSuchElementException const char *  file,
const int  lineNumber,
const char *  msg,
  ...
[inline]
 

Constructor - Initializes the file name and line number where this message occured. Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
file name where exception occurs
line number where the exception occurred.
message to report
list of primitives that are formatted into the message

virtual activemq::exceptions::NoSuchElementException::~NoSuchElementException void   )  [inline, virtual]
 


Member Function Documentation

virtual ActiveMQException* activemq::exceptions::NoSuchElementException::clone void   )  const [inline, virtual]
 

Clones this exception. This is useful for cases where you need to preserve the type of the original exception as well as the message. All subclasses should override.

Reimplemented from activemq::exceptions::ActiveMQException.


The documentation for this class was generated from the following file:
Generated on Thu Aug 3 18:03:33 2006 for activemq-cpp by  doxygen 1.4.5