activemq-cpp-3.4.0

decaf::io::IOException Class Reference

#include <src/main/decaf/io/IOException.h>

Inheritance diagram for decaf::io::IOException:

Public Member Functions

 IOException () throw ()
 Default Constructor.
 IOException (const lang::Exception &ex) throw ()
 Copy Constructor.
 IOException (const IOException &ex) throw ()
 Copy Constructor.
 IOException (const char *file, const int lineNumber, const std::exception *cause, const char *msg,...) throw ()
 Constructor - Initializes the file name and line number where this message occurred.
 IOException (const std::exception *cause) throw ()
 Constructor.
 IOException (const char *file, const int lineNumber, const char *msg,...) throw ()
 Constructor.
virtual IOExceptionclone () const
 Clones this exception.
virtual ~IOException () throw ()

Constructor & Destructor Documentation

decaf::io::IOException::IOException ( ) throw () [inline]

Default Constructor.

decaf::io::IOException::IOException ( const lang::Exception ex) throw () [inline]

Copy Constructor.

Parameters:
exthe exception to copy
decaf::io::IOException::IOException ( const IOException ex) throw () [inline]

Copy Constructor.

Parameters:
exthe exception to copy, which is an instance of this type
decaf::io::IOException::IOException ( const char *  file,
const int  lineNumber,
const std::exception *  cause,
const char *  msg,
  ... 
) throw () [inline]

Constructor - Initializes the file name and line number where this message occurred.

Sets the message to report, using an optional list of arguments to parse into the message

Parameters:
fileThe file name where exception occurs
lineNumberThe line number where the exception occurred.
causeThe exception that was the cause for this one to be thrown.
msgThe message to report
...list of primitives that are formatted into the message
decaf::io::IOException::IOException ( const std::exception *  cause) throw () [inline]

Constructor.

Parameters:
causePointer to the exception that caused this one to be thrown, the object is cloned caller retains ownership.
decaf::io::IOException::IOException ( const char *  file,
const int  lineNumber,
const char *  msg,
  ... 
) throw () [inline]

Constructor.

Parameters:
fileThe file name where exception occurs
lineNumberThe line number where the exception occurred.
msgThe message to report
...list of primitives that are formatted into the message
virtual decaf::io::IOException::~IOException ( ) throw () [inline, virtual]

Member Function Documentation


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