2009-08-16 20:57:15 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=UTF-8" >
< title > Neural++: neuralpp::InvalidXMLException Class Reference< / 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 Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / 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 >
< li > < a href = "examples.html" > < span > Examples< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< li > < a href = "annotated.html" > < span > Class List< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class Members< / span > < / a > < / li >
< / ul >
< / div >
< div class = "navpath" > < a class = "el" href = "namespaceneuralpp.html" > neuralpp< / a > ::< a class = "el" href = "classneuralpp_1_1InvalidXMLException.html" > InvalidXMLException< / a >
< / div >
< / div >
< div class = "contents" >
< h1 > neuralpp::InvalidXMLException Class Reference< / h1 > <!-- doxytag: class="neuralpp::InvalidXMLException" --> Exception thrown when trying parsing an invalid XML.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "neural_09_09__exception_8hpp-source.html" > neural++_exception.hpp< / a > > < / code >
< p >
< p >
< a href = "classneuralpp_1_1InvalidXMLException-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
2009-09-04 11:27:14 +02:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1InvalidXMLException.html#793d311be88606908abf8c5be1348586" > InvalidXMLException< / a > (const char *err=" " )< / td > < / tr >
2009-08-16 20:57:15 +02:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const char * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1InvalidXMLException.html#4a8b81678ed0c319e1715ab5ef9112da" > what< / a > () const throw ()< / td > < / tr >
2009-09-04 11:27:14 +02:00
< tr > < td colspan = "2" > < br > < h2 > Private Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > char * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classneuralpp_1_1InvalidXMLException.html#e0c63b17f7b5b0df20d8361bc9ee92b4" > error< / a > < / td > < / tr >
2009-08-16 20:57:15 +02:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
Exception thrown when trying parsing an invalid XML. < hr > < h2 > Constructor & Destructor Documentation< / h2 >
2009-09-04 11:27:14 +02:00
< a class = "anchor" name = "793d311be88606908abf8c5be1348586" > < / a > <!-- doxytag: member="neuralpp::InvalidXMLException::InvalidXMLException" ref="793d311be88606908abf8c5be1348586" args="(const char *err=" ")" -->
2009-08-16 20:57:15 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > neuralpp::InvalidXMLException::InvalidXMLException < / td >
< td > (< / td >
2009-09-04 11:27:14 +02:00
< td class = "paramtype" > const char * < / td >
< td class = "paramname" > < em > err< / em > = < code > " " < / code > < / td >
2009-08-16 20:57:15 +02:00
< td > ) < / td >
< td > < code > [inline]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
2009-09-04 11:27:14 +02:00
< p > References < a class = "el" href = "neural_09_09__exception_8hpp-source.html#l00048" > error< / a > .< / p >
2009-08-16 20:57:15 +02:00
< / div >
< / div > < p >
< hr > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" name = "4a8b81678ed0c319e1715ab5ef9112da" > < / a > <!-- doxytag: member="neuralpp::InvalidXMLException::what" ref="4a8b81678ed0c319e1715ab5ef9112da" args="() const " -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* neuralpp::InvalidXMLException::what < / td >
< td > (< / td >
< td class = "paramname" > < / td >
< td > ) < / td >
< td > const throw ()< code > [inline]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
2009-09-04 11:27:14 +02:00
< p > References < a class = "el" href = "neural_09_09__exception_8hpp-source.html#l00048" > error< / a > .< / p >
< / div >
< / div > < p >
< hr > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" name = "e0c63b17f7b5b0df20d8361bc9ee92b4" > < / a > <!-- doxytag: member="neuralpp::InvalidXMLException::error" ref="e0c63b17f7b5b0df20d8361bc9ee92b4" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > char* < a class = "el" href = "classneuralpp_1_1InvalidXMLException.html#e0c63b17f7b5b0df20d8361bc9ee92b4" > neuralpp::InvalidXMLException::error< / a > < code > [private]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p >
< p > Referenced by < a class = "el" href = "neural_09_09__exception_8hpp-source.html#l00051" > InvalidXMLException()< / a > , and < a class = "el" href = "neural_09_09__exception_8hpp-source.html#l00056" > what()< / a > .< / p >
2009-08-16 20:57:15 +02:00
< / div >
< / div > < p >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "neural_09_09__exception_8hpp-source.html" > neural++_exception.hpp< / a > < / ul >
< / div >
2009-09-04 11:27:14 +02:00
< hr size = "1" > < address style = "text-align: right;" > < small > Generated on Fri Sep 4 11:25:49 2009 for Neural++ by
2009-08-16 20:57:15 +02:00
< 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 >