blob: ee013ce8e8a85a4f4366599688eff7f321cf8e18 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>XercesDOMWrapperException Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XercesDOMWrapperException" --><!-- doxytag: inherits="XalanDOMException" -->
<p><code>#include &lt;<a class="el" href="XercesDOMWrapperException_8hpp_source.html">XercesDOMWrapperException.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanDOMException.html">XalanDOMException</a>.</p>
<div class="dynheader">
Collaboration diagram for XercesDOMWrapperException:</div>
<div class="dyncontent">
<div class="center"><img src="classXercesDOMWrapperException__coll__graph.png" border="0" usemap="#XercesDOMWrapperException_coll__map" alt="Collaboration graph"/></div>
<map name="XercesDOMWrapperException_coll__map" id="XercesDOMWrapperException_coll__map">
<area shape="rect" id="node2" href="classXalanDOMException.html" title="XalanDOMException" alt="" coords="36,5,188,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXercesDOMWrapperException-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<tr><td colspan="2"><div class="groupHeader">Constructors and assignment operator</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrpe49318b06eb922da0a00e50c4d7b539c"></a> </p>
</div></td></tr>
<ul>
<li><a class="el" href="classXercesDOMWrapperException.html#afd0197020e8e6d97667a1ea14f96a3dc">XercesDOMWrapperException</a> (<a class="el" href="classXalanDOMException.html#a3aa1c868752f622b6590f3eb73390430">ExceptionCode</a> code=UNKNOWN_ERR)
<dl class="el"><dd class="mdescRight">Constructor which takes an error code. <a href="#afd0197020e8e6d97667a1ea14f96a3dc"></a><br/></dl><li><a class="el" href="classXercesDOMWrapperException.html#abb5d039b19c71d3e9963099f38f0d1ec">XercesDOMWrapperException</a> (const <a class="el" href="XercesWrapperTypes_8hpp.html#a50e3f0c5b53ca9a6d1a4638296a10539">DOMExceptionType</a> &amp;theException)
<dl class="el"><dd class="mdescRight">Constructor which takes a Xerces exception and translates it into a <a class="el" href="classXercesDOMException.html">XercesDOMException</a>. <a href="#abb5d039b19c71d3e9963099f38f0d1ec"></a><br/></dl><li><a class="el" href="classXercesDOMWrapperException.html#abe244480c92a2493b0490c6322b782bc">XercesDOMWrapperException</a> (const <a class="el" href="classXercesDOMWrapperException.html">XercesDOMWrapperException</a> &amp;theSource)
<dl class="el"><dd class="mdescRight">Copy constructor. <a href="#abe244480c92a2493b0490c6322b782bc"></a><br/></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Destructor.</div></td></tr>
<tr><td colspan="2"><div class="groupText"><p><a class="anchor" id="amgrp0e6fb1005e162a21a4c29efbf0a632bf"></a> </p>
</div></td></tr>
<ul>
<li>virtual <a class="el" href="classXercesDOMWrapperException.html#a4d20b239597e10aa9db35d0ab5b440fe">~XercesDOMWrapperException</a> ()
<dl class="el"><dd class="mdescRight">Destructor for <a class="el" href="classXercesDOMException.html">XercesDOMException</a>. <a href="#a4d20b239597e10aa9db35d0ab5b440fe"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XercesDOMWrapperException_8hpp_source.html#l00043">43</a> of file <a class="el" href="XercesDOMWrapperException_8hpp_source.html">XercesDOMWrapperException.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="afd0197020e8e6d97667a1ea14f96a3dc"></a><!-- doxytag: member="XercesDOMWrapperException::XercesDOMWrapperException" ref="afd0197020e8e6d97667a1ea14f96a3dc" args="(ExceptionCode code=UNKNOWN_ERR)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XercesDOMWrapperException::XercesDOMWrapperException </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanDOMException.html#a3aa1c868752f622b6590f3eb73390430">ExceptionCode</a>&nbsp;</td>
<td class="paramname"> <em>code</em> = <code>UNKNOWN_ERR</code></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Constructor which takes an error code. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>code</em>&nbsp;</td><td>The error code which indicates the exception </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="abb5d039b19c71d3e9963099f38f0d1ec"></a><!-- doxytag: member="XercesDOMWrapperException::XercesDOMWrapperException" ref="abb5d039b19c71d3e9963099f38f0d1ec" args="(const DOMExceptionType &amp;theException)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XercesDOMWrapperException::XercesDOMWrapperException </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="XercesWrapperTypes_8hpp.html#a50e3f0c5b53ca9a6d1a4638296a10539">DOMExceptionType</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theException</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Constructor which takes a Xerces exception and translates it into a <a class="el" href="classXercesDOMException.html">XercesDOMException</a>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>code</em>&nbsp;</td><td>The Xerces DOMException instance. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="abe244480c92a2493b0490c6322b782bc"></a><!-- doxytag: member="XercesDOMWrapperException::XercesDOMWrapperException" ref="abe244480c92a2493b0490c6322b782bc" args="(const XercesDOMWrapperException &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XercesDOMWrapperException::XercesDOMWrapperException </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXercesDOMWrapperException.html">XercesDOMWrapperException</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Copy constructor. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>other</em>&nbsp;</td><td>The object to be copied. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a4d20b239597e10aa9db35d0ab5b440fe"></a><!-- doxytag: member="XercesDOMWrapperException::~XercesDOMWrapperException" ref="a4d20b239597e10aa9db35d0ab5b440fe" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XercesDOMWrapperException::~XercesDOMWrapperException </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Destructor for <a class="el" href="classXercesDOMException.html">XercesDOMException</a>. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XercesDOMWrapperException_8hpp_source.html">XercesDOMWrapperException.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>