activemq::connector::stomp::marshal::MarshalException Class Reference

#include <MarshalException.h>

Inheritance diagram for activemq::connector::stomp::marshal::MarshalException:

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

Public Member Functions

 MarshalException ()
 MarshalException (const exceptions::ActiveMQException &ex)
 MarshalException (const MarshalException &ex)
 MarshalException (const char *file, const int lineNumber, const char *msg,...)
virtual exceptions::ActiveMQExceptionclone () const
virtual ~MarshalException ()

Constructor & Destructor Documentation

activemq::connector::stomp::marshal::MarshalException::MarshalException  )  [inline]
 

Default Constructor

activemq::connector::stomp::marshal::MarshalException::MarshalException const exceptions::ActiveMQException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy

activemq::connector::stomp::marshal::MarshalException::MarshalException const MarshalException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy, which is an instance of this type

activemq::connector::stomp::marshal::MarshalException::MarshalException const char *  file,
const int  lineNumber,
const char *  msg,
  ...
[inline]
 

Consturctor

Parameters:
file name of the file were the exception occured.
lineNumber line where the exception occured
msg the message that was generated

virtual activemq::connector::stomp::marshal::MarshalException::~MarshalException  )  [inline, virtual]
 


Member Function Documentation

virtual exceptions::ActiveMQException* activemq::connector::stomp::marshal::MarshalException::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:32 2006 for activemq-cpp by  doxygen 1.4.5