File: Errors.inc
Source Location: /PhpDocumentor-1.5.0a1/phpDocumentor/Errors.inc
Classes:
RecordWarning
encapsulates warning information
RecordError
encapsulates error information
ErrorTracker
contains all the errors/warnings
Page Details:
Error handling for phpDocumentor
phpDocumentor :: automatic documentation generator PHP versions 4 and 5 Copyright (c) 2001-2008 Gregory Beaver LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
array $phpDocumentor_error_descrip [line 555]
array $phpDocumentor_warning_descrip [line 433]
PDERROR_ACCESS_WRONG_PARAM [line 77]
PDERROR_BEAUTIFYING_FAILED [line 343]
PDERROR_CANNOT_EXTEND_SELF [line 384]
PDERROR_CANT_HAVE_INLINE_IN_TAGNAME [line 204]
PDERROR_CANT_NEST_IN_B [line 195]
PDERROR_CHILD_TUTORIAL_NOT_FOUND [line 223]
PDERROR_CLASS_CONFLICT [line 115]
PDERROR_CLASS_EXISTS [line 59]
PDERROR_CLASS_NOT_IN_PACKAGE [line 176]
PDERROR_CLASS_PARENT_NOT_FOUND [line 172]
PDERROR_CONVERTER_NOT_FOUND [line 68]
PDERROR_CONVERTER_OVR_GFCT [line 293]
PDERROR_DANGEROUS_PHP_BUG_EXISTS [line 417]
PDERROR_DB_TEMPLATE_UNTERMINATED [line 186]
PDERROR_DOCBLOCK_CONFLICT [line 367]
PDERROR_DOCBLOCK_GOES_CLASS [line 376]
PDERROR_DUMB_USES [line 388]
PDERROR_ELEMENT_IGNORED [line 153]
PDERROR_EMPTY_EXAMPLE_TITLE [line 331]
PDERROR_EXAMPLE_NOT_FOUND [line 265]
PDERROR_FUNCTION_HAS_NONAME [line 354]
PDERROR_GLOBAL_NOT_FOUND [line 133]
PDERROR_ID_MUST_BE_INLINE [line 280]
PDERROR_IGNORE_TAG_IGNORED [line 148]
PDERROR_ILLEGAL_PACKAGENAME [line 101]
PDERROR_INHERITANCE_CONFLICT [line 63]
PDERROR_INHERITDOC_DONT_WORK_HERE [line 327]
PDERROR_INLINETAG_IN_SEE [line 275]
PDERROR_INTERNAL_NOT_CLOSED [line 284]
PDERROR_INVALID_VALUES [line 396]
PDERROR_LOOP_RECURSION_LIMIT_REACHED [line 426]
PDERROR_MALFORMED_GLOBAL_TAG [line 143]
PDERROR_MALFORMED_TAG [line 319]
PDERROR_MISSING_PROPERTY_TAG_NAME [line 413]
PDERROR_MULTIPLE_ACCESS_TAGS [line 81]
PDERROR_MULTIPLE_CATEGORY_TAGS [line 323]
PDERROR_MULTIPLE_GLOBAL_TAGS [line 138]
PDERROR_MULTIPLE_NAME_TAGS [line 123]
PDERROR_MULTIPLE_PACKAGE_TAGS [line 93]
PDERROR_MULTIPLE_PARENT [line 46]
PDERROR_MULTIPLE_RETURN_TAGS [line 85]
PDERROR_MULTIPLE_SUBPACKAGE_TAGS [line 97]
PDERROR_MULTIPLE_VAR_TAGS [line 89]
PDERROR_NAME_ALIAS_SAME_AS_TARGET [line 422]
PDERROR_NEED_WHITESPACE [line 167]
PDERROR_NESTED_INTERNAL [line 400]
PDERROR_NOTODO_INCLUDE [line 404]
PDERROR_NO_CONVERTERS [line 73]
PDERROR_NO_CONVERTER_HANDLER [line 270]
PDERROR_NO_DOCBOOK_ID [line 380]
PDERROR_NO_PACKAGE_TAG [line 254]
PDERROR_NO_PAGE_LEVELDOCBLOCK [line 371]
PDERROR_OVERRIDDEN_PACKAGE_TAGS [line 106]
PDERROR_OVERRIDDEN_SUBPACKAGE_TAGS [line 111]
PDERROR_PACKAGECAT_SET [line 298]
PDERROR_PACKAGEOUTPUT_DELETES_PARENT_FILE [line 128]
PDERROR_PARENT_NOT_FOUND [line 50]
PDERROR_PARSEPRIVATE [line 157]
PDERROR_PDFFUNCTION_NO_FUNC [line 228]
PDERROR_PDF_METHOD_DOESNT_EXIST [line 233]
PDERROR_PDF_TEMPVAR_DOESNT_EXIST [line 239]
PDERROR_PRIVATE_ASSUMED [line 260]
PDERROR_SOURCECODE_IGNORED [line 315]
PDERROR_SOURCE_TAG_FUNCTION_NOT_FOUND [line 181]
PDERROR_SOURCE_TAG_IGNORED [line 288]
PDERROR_TAG_NOT_HANDLED [line 311]
PDERROR_TEMPLATEDIR_DOESNT_EXIST [line 335]
PDERROR_TEXT_OUTSIDE_LI [line 303]
PDERROR_TUTORIAL_IS_OWN_CHILD [line 213]
PDERROR_TUTORIAL_IS_OWN_GRANDPA [line 218]
PDERROR_TUTORIAL_NOT_FOUND [line 209]
PDERROR_TUTORIAL_SUBSECTION_NOT_FOUND [line 244]
PDERROR_UL_IN_UL [line 392]
PDERROR_UNCLOSED_TAG [line 307]
PDERROR_UNDOCUMENTED_ELEMENT [line 408]
PDERROR_UNKNOWN_COMMANDLINE [line 162]
PDERROR_UNKNOWN_TAG [line 119]
PDERROR_UNMATCHED_LIST_TAG [line 190]
PDERROR_UNMATCHED_TUTORIAL_TAG [line 199]
PDERROR_UNTERMINATED_ATTRIB [line 249]
PDERROR_UNTERMINATED_ENTITY [line 339]
PDERROR_UNTERMINATED_INLINE_TAG [line 55]
addError [line 1110]
void addError(
integer $num, string $data...)
|
|
add an Error
Parameters
integer |
$num |
error number from Errors.inc |
string |
$data... |
up to 4 string parameters to sprintf() into the error string for error number $num |
addErrorDie [line 1134]
void addErrorDie(
integer $num, string $data...)
|
|
like addError() but exits parsing
Parameters
integer |
$num |
error number from Errors.inc |
string |
$data... |
up to 4 string parameters to sprintf() into the error string for error number $num |
addWarning [line 1160]
void addWarning(
integer $num, string $data...)
|
|
add a Warning
Parameters
integer |
$num |
warning number from Errors.inc |
string |
$data... |
up to 4 string parameters to sprintf() into the error string for error number $num |
Documentation generated on Mon, 11 Mar 2019 15:50:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|