Generic hardware access library
HAL::XMLProcessingException Class Reference

Indicates a problem during processing of a XML Document. More...

#include <XMLProcessingException.hh>

Inheritance diagram for HAL::XMLProcessingException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

 XMLProcessingException (const std::string message, const std::string module, const int line, const std::string function)
 XMLProcessingException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous)

Detailed Description

Indicates a problem during processing of a XML Document.

Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:11

Definition at line 21 of file XMLProcessingException.hh.


Constructor & Destructor Documentation

HAL::XMLProcessingException::XMLProcessingException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function 
) [inline]

Definition at line 23 of file XMLProcessingException.hh.

HAL::XMLProcessingException::XMLProcessingException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function,
xcept::Exception &  previous 
) [inline]

Definition at line 33 of file XMLProcessingException.hh.


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