Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

XSLParseError Class Reference

#include <xslParseError.hpp>

Inheritance diagram for XSLParseError:

Inheritance graph
[legend]

Public Member Functions

 XSLParseError (const std::string &_xslScriptFileName, const std::string &_message)
 Constructor.
virtual ~XSLParseError (void) throw ()
const std::string & getXSLScriptFileName (void) const
const std::string & getMessage (void) const

Protected Attributes

std::string xslScriptFileName
std::string message

Detailed Description

Exception for an error during applying a XSL-script
Date:
Mon Sep 25 2006
Author:
Jan Wedekind (wedesoft@users.sourceforge.net)

Definition at line 26 of file xslParseError.hpp.


Constructor & Destructor Documentation

XSLParseError::XSLParseError ( const std::string &  _xslScriptFileName,
const std::string &  _message 
) [inline]

Constructor.

Definition at line 29 of file xslParseError.hpp.

00030                                             :
00031     xslScriptFileName(_xslScriptFileName), message(_message) {}

virtual XSLParseError::~XSLParseError ( void   )  throw () [inline, virtual]

Definition at line 33 of file xslParseError.hpp.

00033 {}


Member Function Documentation

const std::string& XSLParseError::getXSLScriptFileName ( void   )  const [inline]

Definition at line 35 of file xslParseError.hpp.

References xslScriptFileName.

00036     { return xslScriptFileName; }

const std::string& XSLParseError::getMessage ( void   )  const [inline]

Definition at line 38 of file xslParseError.hpp.

References message.

00039     { return message; }


Field Documentation

std::string XSLParseError::xslScriptFileName [protected]

Definition at line 42 of file xslParseError.hpp.

Referenced by getXSLScriptFileName().

std::string XSLParseError::message [protected]

Temporary string to do null-termination. The method what() requires a null-terminated string.

Reimplemented from Error.

Definition at line 44 of file xslParseError.hpp.

Referenced by getMessage().


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

anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:30 2008 - GNU Free Documentation License