Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 59e136c5713357bec32fa00e9f43af8f > files > 298

xerces-c-doc-3.1.0-2mdv2010.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xerces-C++: XMLException.hpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <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><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>XMLException.hpp</h1><a href="XMLException_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License.  You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: XMLException.hpp 673960 2008-07-04 08:50:12Z borisk $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_XMLEXCEPTION_HPP)</span>
<a name="l00023"></a><a class="code" href="XMLException_8hpp.html#44be13610a0ead6effd3e472ca8f2fae">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_XMLEXCEPTION_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;<a class="code" href="XercesDefs_8hpp.html">xercesc/util/XercesDefs.hpp</a>&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="XMemory_8hpp.html">xercesc/util/XMemory.hpp</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;xercesc/util/XMLExceptMsgs.hpp&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="XMLUni_8hpp.html">xercesc/util/XMLUni.hpp</a>&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;<a class="code" href="XMLErrorReporter_8hpp.html">xercesc/framework/XMLErrorReporter.hpp</a>&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <a class="code" href="XercesDefs_8hpp.html#43d74fa53d868d978f3e97cbb78b194d">XERCES_CPP_NAMESPACE_BEGIN</a>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00034"></a>00034 <span class="comment">//  This is the base class from which all the XML parser exceptions are</span>
<a name="l00035"></a>00035 <span class="comment">//  derived. The virtual interface is very simple and most of the functionality</span>
<a name="l00036"></a>00036 <span class="comment">//  is in this class.</span>
<a name="l00037"></a>00037 <span class="comment">//</span>
<a name="l00038"></a>00038 <span class="comment">//  Because all derivatives are EXACTLY the same except for the static</span>
<a name="l00039"></a>00039 <span class="comment">//  string that is used to hold the name of the class, a macro is provided</span>
<a name="l00040"></a>00040 <span class="comment">//  below via which they are all created.</span>
<a name="l00041"></a>00041 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00042"></a><a class="code" href="classXMLException.html">00042</a> <span class="keyword">class </span><a class="code" href="XercesDefs_8hpp.html#97a524372e218133a8eb0aca39b4bd21">XMLUTIL_EXPORT</a> <a class="code" href="classXMLException.html">XMLException</a> : <span class="keyword">public</span> <a class="code" href="classXMemory.html" title="This class makes it possible to override the C++ memory management by adding new/delete...">XMemory</a>
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 <span class="keyword">public</span>:
<a name="l00045"></a>00045     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00046"></a>00046     <span class="comment">//  Virtual Destructor</span>
<a name="l00047"></a>00047     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00048"></a>00048     <span class="keyword">virtual</span> ~<a class="code" href="classXMLException.html">XMLException</a>();
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 
<a name="l00051"></a>00051     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00052"></a>00052     <span class="comment">//  The XML exception virtual interface</span>
<a name="l00053"></a>00053     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00054"></a>00054     <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* getType() <span class="keyword">const</span> = 0;
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 
<a name="l00057"></a>00057     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00058"></a>00058     <span class="comment">//  Getter methods</span>
<a name="l00059"></a>00059     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00060"></a>00060     XMLExcepts::Codes getCode() <span class="keyword">const</span>;
<a name="l00061"></a>00061     <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* getMessage() <span class="keyword">const</span>;
<a name="l00062"></a>00062     <span class="keyword">const</span> <span class="keywordtype">char</span>* getSrcFile() <span class="keyword">const</span>;
<a name="l00063"></a>00063     <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> getSrcLine() <span class="keyword">const</span>;
<a name="l00064"></a>00064     <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d4434">XMLErrorReporter::ErrTypes</a> getErrorType() <span class="keyword">const</span>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 
<a name="l00067"></a>00067     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00068"></a>00068     <span class="comment">//  Setter methods</span>
<a name="l00069"></a>00069     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00070"></a>00070     <span class="keywordtype">void</span> setPosition(<span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> file, <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> line);
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 
<a name="l00073"></a>00073     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00074"></a>00074     <span class="comment">//  Hidden constructors and operators</span>
<a name="l00075"></a>00075     <span class="comment">//</span>
<a name="l00076"></a>00076     <span class="comment">//  NOTE:   Technically, these should be protected, since this is a</span>
<a name="l00077"></a>00077     <span class="comment">//          base class that is never used directly. However, VC++ 6.0 will</span>
<a name="l00078"></a>00078     <span class="comment">//          fail to catch via a reference to base class if the ctors are</span>
<a name="l00079"></a>00079     <span class="comment">//          not public!! This seems to have been caused by the install</span>
<a name="l00080"></a>00080     <span class="comment">//          of IE 5.0.</span>
<a name="l00081"></a>00081     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00082"></a>00082     <a class="code" href="classXMLException.html">XMLException</a>();
<a name="l00083"></a>00083     <a class="code" href="classXMLException.html">XMLException</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> srcFile, <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> srcLine, <a class="code" href="classMemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* <span class="keyword">const</span> memoryManager = 0);
<a name="l00084"></a>00084     <a class="code" href="classXMLException.html">XMLException</a>(<span class="keyword">const</span> <a class="code" href="classXMLException.html">XMLException</a>&amp; toCopy);
<a name="l00085"></a>00085     <a class="code" href="classXMLException.html">XMLException</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classXMLException.html">XMLException</a>&amp; toAssign);
<a name="l00086"></a>00086 
<a name="l00087"></a>00087 <span class="keyword">protected</span> :
<a name="l00088"></a>00088     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00089"></a>00089     <span class="comment">//  Protected methods</span>
<a name="l00090"></a>00090     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00091"></a>00091     <span class="keywordtype">void</span> loadExceptText
<a name="l00092"></a>00092     (
<a name="l00093"></a>00093         <span class="keyword">const</span>   XMLExcepts::Codes toLoad
<a name="l00094"></a>00094     );
<a name="l00095"></a>00095     <span class="keywordtype">void</span> loadExceptText
<a name="l00096"></a>00096     (
<a name="l00097"></a>00097         <span class="keyword">const</span>   XMLExcepts::Codes toLoad
<a name="l00098"></a>00098         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>        text1
<a name="l00099"></a>00099         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>        text2 = 0
<a name="l00100"></a>00100         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>        text3 = 0
<a name="l00101"></a>00101         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>        text4 = 0
<a name="l00102"></a>00102     );
<a name="l00103"></a>00103     <span class="keywordtype">void</span> loadExceptText
<a name="l00104"></a>00104     (
<a name="l00105"></a>00105         <span class="keyword">const</span>   XMLExcepts::Codes toLoad
<a name="l00106"></a>00106         , <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span>         text1
<a name="l00107"></a>00107         , <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span>         text2 = 0
<a name="l00108"></a>00108         , <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span>         text3 = 0
<a name="l00109"></a>00109         , <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span>         text4 = 0
<a name="l00110"></a>00110     );
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 <span class="keyword">private</span> :
<a name="l00114"></a>00114     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00115"></a>00115     <span class="comment">//  Data members</span>
<a name="l00116"></a>00116     <span class="comment">//</span>
<a name="l00117"></a>00117     <span class="comment">//  fCode</span>
<a name="l00118"></a>00118     <span class="comment">//      The error code that this exception represents.</span>
<a name="l00119"></a>00119     <span class="comment">//</span>
<a name="l00120"></a>00120     <span class="comment">//  fSrcFile</span>
<a name="l00121"></a>00121     <span class="comment">//  fSrcLine</span>
<a name="l00122"></a>00122     <span class="comment">//      These are the file and line information from the source where the</span>
<a name="l00123"></a>00123     <span class="comment">//      exception was thrown from.</span>
<a name="l00124"></a>00124     <span class="comment">//</span>
<a name="l00125"></a>00125     <span class="comment">//  fMsg</span>
<a name="l00126"></a>00126     <span class="comment">//      The loaded message text for this exception.</span>
<a name="l00127"></a>00127     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00128"></a>00128     XMLExcepts::Codes       fCode;
<a name="l00129"></a>00129     <span class="keywordtype">char</span>*                   fSrcFile;
<a name="l00130"></a>00130     <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a>              fSrcLine;
<a name="l00131"></a>00131     <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>*                  fMsg;
<a name="l00132"></a>00132 
<a name="l00133"></a>00133 <span class="keyword">protected</span>:
<a name="l00134"></a><a class="code" href="classXMLException.html#d43e6ec9694e72a28bf6270ffc61b427">00134</a>     <a class="code" href="classMemoryManager.html" title="Configurable memory manager.">MemoryManager</a>*          fMemoryManager;
<a name="l00135"></a>00135 };
<a name="l00136"></a>00136 
<a name="l00137"></a>00137 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00138"></a>00138 <span class="comment">//  XMLException: Getter methods</span>
<a name="l00139"></a>00139 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00140"></a><a class="code" href="classXMLException.html#f01995fe70a480e3efe878e0b2805cca">00140</a> <span class="keyword">inline</span> XMLExcepts::Codes <a class="code" href="classXMLException.html#f01995fe70a480e3efe878e0b2805cca">XMLException::getCode</a>()<span class="keyword"> const</span>
<a name="l00141"></a>00141 <span class="keyword"></span>{
<a name="l00142"></a>00142     <span class="keywordflow">return</span> fCode;
<a name="l00143"></a>00143 }
<a name="l00144"></a>00144 
<a name="l00145"></a><a class="code" href="classXMLException.html#6c1f5ed1a8da1cd8fb5c6e870ed31009">00145</a> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <a class="code" href="classXMLException.html#6c1f5ed1a8da1cd8fb5c6e870ed31009">XMLException::getMessage</a>()<span class="keyword"> const</span>
<a name="l00146"></a>00146 <span class="keyword"></span>{
<a name="l00147"></a>00147     <span class="keywordflow">return</span> fMsg;
<a name="l00148"></a>00148 }
<a name="l00149"></a>00149 
<a name="l00150"></a><a class="code" href="classXMLException.html#ee9ee8779d5203845555954c6e7e643d">00150</a> <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classXMLException.html#ee9ee8779d5203845555954c6e7e643d">XMLException::getSrcFile</a>()<span class="keyword"> const</span>
<a name="l00151"></a>00151 <span class="keyword"></span>{
<a name="l00152"></a>00152     <span class="keywordflow">if</span> (!fSrcFile)
<a name="l00153"></a>00153         <span class="keywordflow">return</span> <span class="stringliteral">""</span>;
<a name="l00154"></a>00154     <span class="keywordflow">return</span> fSrcFile;
<a name="l00155"></a>00155 }
<a name="l00156"></a>00156 
<a name="l00157"></a><a class="code" href="classXMLException.html#ebc262595eb21326e911a6866e8721b3">00157</a> <span class="keyword">inline</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> <a class="code" href="classXMLException.html#ebc262595eb21326e911a6866e8721b3">XMLException::getSrcLine</a>()<span class="keyword"> const</span>
<a name="l00158"></a>00158 <span class="keyword"></span>{
<a name="l00159"></a>00159     <span class="keywordflow">return</span> fSrcLine;
<a name="l00160"></a>00160 }
<a name="l00161"></a>00161 
<a name="l00162"></a><a class="code" href="classXMLException.html#437e8f44bb213d4d89ee5240c9e9823c">00162</a> <span class="keyword">inline</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d4434">XMLErrorReporter::ErrTypes</a> <a class="code" href="classXMLException.html#437e8f44bb213d4d89ee5240c9e9823c">XMLException::getErrorType</a>()<span class="keyword"> const</span>
<a name="l00163"></a>00163 <span class="keyword"></span>{
<a name="l00164"></a>00164    <span class="keywordflow">if</span> ((fCode &gt;= XMLExcepts::W_LowBounds) &amp;&amp; (fCode &lt;= XMLExcepts::W_HighBounds))
<a name="l00165"></a>00165        <span class="keywordflow">return</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d44348eb5e69f473ddd242da938b5c1241335">XMLErrorReporter::ErrType_Warning</a>;
<a name="l00166"></a>00166    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ((fCode &gt;= XMLExcepts::F_LowBounds) &amp;&amp; (fCode &lt;= XMLExcepts::F_HighBounds))
<a name="l00167"></a>00167         <span class="keywordflow">return</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d44349cff22afc60445911df83efe0aef7f6f">XMLErrorReporter::ErrType_Fatal</a>;
<a name="l00168"></a>00168    <span class="keywordflow">else</span> <span class="keywordflow">if</span> ((fCode &gt;= XMLExcepts::E_LowBounds) &amp;&amp; (fCode &lt;= XMLExcepts::E_HighBounds))
<a name="l00169"></a>00169         <span class="keywordflow">return</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d4434639aa1a0df503b58ca5db6b0a2f77da1">XMLErrorReporter::ErrType_Error</a>;
<a name="l00170"></a>00170    <span class="keywordflow">return</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d44342a038894f64cc6c6dbac34f7cb4a4be1">XMLErrorReporter::ErrTypes_Unknown</a>;
<a name="l00171"></a>00171 }
<a name="l00172"></a>00172 
<a name="l00173"></a>00173 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00174"></a>00174 <span class="comment">//  This macro is used to create derived classes. They are all identical</span>
<a name="l00175"></a>00175 <span class="comment">//  except the name of the exception, so it crazy to type them in over and</span>
<a name="l00176"></a>00176 <span class="comment">//  over.</span>
<a name="l00177"></a>00177 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00178"></a><a class="code" href="XMLException_8hpp.html#57c0a8cea5d525b6091454d6a387e050">00178</a> <span class="preprocessor">#define MakeXMLException(theType, expKeyword) \</span>
<a name="l00179"></a>00179 <span class="preprocessor">class expKeyword theType : public XMLException \</span>
<a name="l00180"></a>00180 <span class="preprocessor">{ \</span>
<a name="l00181"></a>00181 <span class="preprocessor">public: \</span>
<a name="l00182"></a>00182 <span class="preprocessor"> \</span>
<a name="l00183"></a>00183 <span class="preprocessor">    theType(const   char* const         srcFile \</span>
<a name="l00184"></a>00184 <span class="preprocessor">            , const XMLFileLoc          srcLine \</span>
<a name="l00185"></a>00185 <span class="preprocessor">            , const XMLExcepts::Codes toThrow \</span>
<a name="l00186"></a>00186 <span class="preprocessor">            , MemoryManager*            memoryManager = 0) : \</span>
<a name="l00187"></a>00187 <span class="preprocessor">        XMLException(srcFile, srcLine, memoryManager) \</span>
<a name="l00188"></a>00188 <span class="preprocessor">    { \</span>
<a name="l00189"></a>00189 <span class="preprocessor">        loadExceptText(toThrow); \</span>
<a name="l00190"></a>00190 <span class="preprocessor">    } \</span>
<a name="l00191"></a>00191 <span class="preprocessor"> \</span>
<a name="l00192"></a>00192 <span class="preprocessor">    theType(const theType&amp; toCopy) : \</span>
<a name="l00193"></a>00193 <span class="preprocessor"> \</span>
<a name="l00194"></a>00194 <span class="preprocessor">        XMLException(toCopy) \</span>
<a name="l00195"></a>00195 <span class="preprocessor">    { \</span>
<a name="l00196"></a>00196 <span class="preprocessor">    } \</span>
<a name="l00197"></a>00197 <span class="preprocessor">  \</span>
<a name="l00198"></a>00198 <span class="preprocessor">    theType(const   char* const         srcFile \</span>
<a name="l00199"></a>00199 <span class="preprocessor">            , const XMLFileLoc          srcLine \</span>
<a name="l00200"></a>00200 <span class="preprocessor">            , const XMLExcepts::Codes   toThrow \</span>
<a name="l00201"></a>00201 <span class="preprocessor">            , const XMLCh* const        text1 \</span>
<a name="l00202"></a>00202 <span class="preprocessor">            , const XMLCh* const        text2 = 0 \</span>
<a name="l00203"></a>00203 <span class="preprocessor">            , const XMLCh* const        text3 = 0 \</span>
<a name="l00204"></a>00204 <span class="preprocessor">            , const XMLCh* const        text4 = 0 \</span>
<a name="l00205"></a>00205 <span class="preprocessor">            , MemoryManager*            memoryManager = 0) : \</span>
<a name="l00206"></a>00206 <span class="preprocessor">        XMLException(srcFile, srcLine, memoryManager) \</span>
<a name="l00207"></a>00207 <span class="preprocessor">    { \</span>
<a name="l00208"></a>00208 <span class="preprocessor">        loadExceptText(toThrow, text1, text2, text3, text4); \</span>
<a name="l00209"></a>00209 <span class="preprocessor">    } \</span>
<a name="l00210"></a>00210 <span class="preprocessor"> \</span>
<a name="l00211"></a>00211 <span class="preprocessor">    theType(const   char* const         srcFile \</span>
<a name="l00212"></a>00212 <span class="preprocessor">            , const XMLFileLoc          srcLine \</span>
<a name="l00213"></a>00213 <span class="preprocessor">            , const XMLExcepts::Codes   toThrow \</span>
<a name="l00214"></a>00214 <span class="preprocessor">            , const char* const         text1 \</span>
<a name="l00215"></a>00215 <span class="preprocessor">            , const char* const         text2 = 0 \</span>
<a name="l00216"></a>00216 <span class="preprocessor">            , const char* const         text3 = 0 \</span>
<a name="l00217"></a>00217 <span class="preprocessor">            , const char* const         text4 = 0 \</span>
<a name="l00218"></a>00218 <span class="preprocessor">            , MemoryManager*            memoryManager = 0) : \</span>
<a name="l00219"></a>00219 <span class="preprocessor">        XMLException(srcFile, srcLine, memoryManager) \</span>
<a name="l00220"></a>00220 <span class="preprocessor">    { \</span>
<a name="l00221"></a>00221 <span class="preprocessor">        loadExceptText(toThrow, text1, text2, text3, text4); \</span>
<a name="l00222"></a>00222 <span class="preprocessor">    } \</span>
<a name="l00223"></a>00223 <span class="preprocessor"> \</span>
<a name="l00224"></a>00224 <span class="preprocessor">    virtual ~theType() {} \</span>
<a name="l00225"></a>00225 <span class="preprocessor"> \</span>
<a name="l00226"></a>00226 <span class="preprocessor">    theType&amp; operator=(const theType&amp; toAssign) \</span>
<a name="l00227"></a>00227 <span class="preprocessor">    { \</span>
<a name="l00228"></a>00228 <span class="preprocessor">        XMLException::operator=(toAssign); \</span>
<a name="l00229"></a>00229 <span class="preprocessor">        return *this; \</span>
<a name="l00230"></a>00230 <span class="preprocessor">    } \</span>
<a name="l00231"></a>00231 <span class="preprocessor"> \</span>
<a name="l00232"></a>00232 <span class="preprocessor">    virtual XMLException* duplicate() const \</span>
<a name="l00233"></a>00233 <span class="preprocessor">    { \</span>
<a name="l00234"></a>00234 <span class="preprocessor">        return new (fMemoryManager) theType(*this); \</span>
<a name="l00235"></a>00235 <span class="preprocessor">    } \</span>
<a name="l00236"></a>00236 <span class="preprocessor"> \</span>
<a name="l00237"></a>00237 <span class="preprocessor">    virtual const XMLCh* getType() const \</span>
<a name="l00238"></a>00238 <span class="preprocessor">    { \</span>
<a name="l00239"></a>00239 <span class="preprocessor">        return XMLUni::fg##theType##_Name; \</span>
<a name="l00240"></a>00240 <span class="preprocessor">    } \</span>
<a name="l00241"></a>00241 <span class="preprocessor"> \</span>
<a name="l00242"></a>00242 <span class="preprocessor">private : \</span>
<a name="l00243"></a>00243 <span class="preprocessor">    theType(); \</span>
<a name="l00244"></a>00244 <span class="preprocessor">};</span>
<a name="l00245"></a>00245 <span class="preprocessor"></span>
<a name="l00246"></a>00246 
<a name="l00247"></a>00247 
<a name="l00248"></a>00248 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00249"></a>00249 <span class="comment">//  This macros is used to actually throw an exception. It is used in order</span>
<a name="l00250"></a>00250 <span class="comment">//  to make sure that source code line/col info is stored correctly, and to</span>
<a name="l00251"></a>00251 <span class="comment">//  give flexibility for other stuff in the future.</span>
<a name="l00252"></a>00252 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00253"></a>00253 
<a name="l00254"></a><a class="code" href="XMLException_8hpp.html#7eebfaf41cb538e90b6cd5918ba97b0f">00254</a> <span class="preprocessor">#define ThrowXML(type,code) throw type(__FILE__, __LINE__, code)</span>
<a name="l00255"></a>00255 <span class="preprocessor"></span>
<a name="l00256"></a><a class="code" href="XMLException_8hpp.html#b9a06c5ffd2be5553ae38aa0e1b1247a">00256</a> <span class="preprocessor">#define ThrowXML1(type,code,p1) throw type(__FILE__, __LINE__, code, p1)</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span>
<a name="l00258"></a><a class="code" href="XMLException_8hpp.html#170b59eddeed0ab6ee5d48fd470d6a9f">00258</a> <span class="preprocessor">#define ThrowXML2(type,code,p1,p2) throw type(__FILE__, __LINE__, code, p1, p2)</span>
<a name="l00259"></a>00259 <span class="preprocessor"></span>
<a name="l00260"></a><a class="code" href="XMLException_8hpp.html#888dba058592a528ea9b0ffa37bc8d39">00260</a> <span class="preprocessor">#define ThrowXML3(type,code,p1,p2,p3) throw type(__FILE__, __LINE__, code, p1, p2, p3)</span>
<a name="l00261"></a>00261 <span class="preprocessor"></span>
<a name="l00262"></a><a class="code" href="XMLException_8hpp.html#c3b09f5020fc06a2c4254b627b6da8fb">00262</a> <span class="preprocessor">#define ThrowXML4(type,code,p1,p2,p3,p4) throw type(__FILE__, __LINE__, code, p1, p2, p3, p4)</span>
<a name="l00263"></a>00263 <span class="preprocessor"></span>
<a name="l00264"></a><a class="code" href="XMLException_8hpp.html#a8b7d7004b2f9e45e451c2744164a19e">00264</a> <span class="preprocessor">#define ThrowXMLwithMemMgr(type,code,memMgr) throw type(__FILE__, __LINE__, code, memMgr)</span>
<a name="l00265"></a>00265 <span class="preprocessor"></span>
<a name="l00266"></a><a class="code" href="XMLException_8hpp.html#a0234f169eec5b15545245c16d35375b">00266</a> <span class="preprocessor">#define ThrowXMLwithMemMgr1(type,code,p1,memMgr) throw type(__FILE__, __LINE__, code, p1, 0, 0, 0, memMgr)</span>
<a name="l00267"></a>00267 <span class="preprocessor"></span>
<a name="l00268"></a><a class="code" href="XMLException_8hpp.html#2a38e64e510459d52888240a80e88917">00268</a> <span class="preprocessor">#define ThrowXMLwithMemMgr2(type,code,p1,p2,memMgr) throw type(__FILE__, __LINE__, code, p1, p2, 0, 0, memMgr)</span>
<a name="l00269"></a>00269 <span class="preprocessor"></span>
<a name="l00270"></a><a class="code" href="XMLException_8hpp.html#431f79d1b730c9cb2878de64a7672686">00270</a> <span class="preprocessor">#define ThrowXMLwithMemMgr3(type,code,p1,p2,p3,memMgr) throw type(__FILE__, __LINE__, code, p1, p2, p3, 0, memMgr)</span>
<a name="l00271"></a>00271 <span class="preprocessor"></span>
<a name="l00272"></a><a class="code" href="XMLException_8hpp.html#cc9f472354a8f6b4501b6abd86a3ce61">00272</a> <span class="preprocessor">#define ThrowXMLwithMemMgr4(type,code,p1,p2,p3,p4,memMgr) throw type(__FILE__, __LINE__, code, p1, p2, p3, p4, memMgr)</span>
<a name="l00273"></a>00273 <span class="preprocessor"></span>
<a name="l00274"></a>00274 <a class="code" href="XercesDefs_8hpp.html#f03d5cb905763ef7a7bd22ab82718285">XERCES_CPP_NAMESPACE_END</a>
<a name="l00275"></a>00275 
<a name="l00276"></a>00276 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jan 29 15:30:48 2010 for Xerces-C++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>