<?xml version="1.0"?><phpdoc><class name="PhpdocError" extends="" undoc="false" access="private" package="PHPDoc"><file>c:/www/apache/doc2//exceptions/PhpdocError.php</file><doc><description>PHPDoc &amp;quot;throws&amp;quot; an error class derived from this class wheneveran error occurs. PHPDoc saves the error object to the public array$this-&amp;gt;err[] which exists in every PHPDoc class and tries to returna useful value that indicates that something might have gone wrong.The class is widely equal to the PEAR error handling class PEAR_ERROR.</description><shortdescription>PHPDoc Error Handling class</shortdescription><version>$Id: $</version></doc><function name="PhpdocError" undoc="false" access="public"><doc><parameter name="$message" type="string"/><parameter name="$file" type="string">of the file where the error occured, use __FILE__ for this</parameter><parameter name="$line" type="string">where the error occured, use __LINE__ for this</parameter><return type="void"/><description/><shortdescription>Sets the error message, filename and linenumber.</shortdescription></doc></function><function name="getMessage" undoc="false" access="public"><doc><return type="void"/><description/><shortdescription>Returns a string with the error message.</shortdescription></doc></function><function name="printMessage" undoc="false" access="private"><doc><return type="void"/><description/><shortdescription>Prints the error message.</shortdescription><brother>getmessage</brother></doc></function><variable name="$classname" access="private" type="string">&amp;quot;PhpdocError&amp;quot;<doc><description/><shortdescription>Name of the error object class used to construct the error message</shortdescription></doc></variable><variable name="$error_message_prefix" access="private" type="string">&amp;quot;&amp;quot;<doc><description/><shortdescription>Error message prefix.</shortdescription></doc></variable><variable name="$error_prepend" access="private" type="string">&amp;quot;&amp;lt;b&amp;gt;&amp;quot;<doc><description/><shortdescription>Error prepend, used for HTML formatting.</shortdescription></doc></variable><variable name="$error_append" access="private" type="string">&amp;quot;&amp;lt;/b&amp;gt;&amp;quot;<doc><description/><shortdescription>Error append, used for HTML formatting.</shortdescription></doc></variable><variable name="$message" access="private" type="string">&amp;quot;&amp;quot;<doc><see type="function">PhpdocError()</see><description>Use getMessage() to access it.</description><shortdescription>The error message itself.</shortdescription></doc></variable><variable name="$file" access="private" type="string">&amp;quot;&amp;quot;<doc><see type="function">PhpdocError()</see><description/><shortdescription>File where the error occured.</shortdescription></doc></variable><variable name="$line" access="private" type="integer"><doc><see type="function">PhpdocError()</see><description/><shortdescription>Line number where the error occured.</shortdescription></doc></variable><variable name="$errorHandling" access="private" type="array">array(&#x0a;															&amp;quot;print&amp;quot;		=&amp;gt; false, &#x0a;															&amp;quot;trigger&amp;quot;	=&amp;gt; false,&#x0a;															&amp;quot;die&amp;quot;			=&amp;gt; false&#x0a;														)<doc><see type="function">PhpdocError()</see><description/><shortdescription>Array that describes how an error gets handled.</shortdescription></doc></variable></class></phpdoc>
