File: Errors.inc
Source Location: /PhpDocumentor-1.4.0/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-2006 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 439]
array $phpDocumentor_warning_descrip [line 394]
PDERROR_ACCESS_WRONG_PARAM [line 72]
PDERROR_BEAUTIFYING_FAILED [line 315]
PDERROR_CANNOT_EXTEND_SELF [line 356]
PDERROR_CANT_HAVE_INLINE_IN_TAGNAME [line 184]
PDERROR_CANT_NEST_IN_B [line 176]
PDERROR_CHILD_TUTORIAL_NOT_FOUND [line 201]
PDERROR_CLASS_CONFLICT [line 108]
PDERROR_CLASS_EXISTS [line 56]
PDERROR_CLASS_NOT_IN_PACKAGE [line 160]
PDERROR_CLASS_PARENT_NOT_FOUND [line 156]
PDERROR_CONVERTER_NOT_FOUND [line 64]
PDERROR_CONVERTER_OVR_GFCT [line 265]
PDERROR_DANGEROUS_PHP_BUG_EXISTS [line 388]
PDERROR_DB_TEMPLATE_UNTERMINATED [line 168]
PDERROR_DOCBLOCK_CONFLICT [line 339]
PDERROR_DOCBLOCK_GOES_CLASS [line 348]
PDERROR_DUMB_USES [line 360]
PDERROR_ELEMENT_IGNORED [line 140]
PDERROR_EMPTY_EXAMPLE_TITLE [line 303]
PDERROR_EXAMPLE_NOT_FOUND [line 238]
PDERROR_FUNCTION_HAS_NONAME [line 326]
PDERROR_GLOBAL_NOT_FOUND [line 124]
PDERROR_ID_MUST_BE_INLINE [line 253]
PDERROR_IGNORE_TAG_IGNORED [line 136]
PDERROR_ILLEGAL_PACKAGENAME [line 96]
PDERROR_INHERITANCE_CONFLICT [line 60]
PDERROR_INHERITDOC_DONT_WORK_HERE [line 299]
PDERROR_INLINETAG_IN_SEE [line 248]
PDERROR_INTERNAL_NOT_CLOSED [line 257]
PDERROR_INVALID_VALUES [line 368]
PDERROR_MALFORMED_GLOBAL_TAG [line 132]
PDERROR_MALFORMED_TAG [line 291]
PDERROR_MISSING_PROPERTY_TAG_NAME [line 384]
PDERROR_MULTIPLE_ACCESS_TAGS [line 76]
PDERROR_MULTIPLE_CATEGORY_TAGS [line 295]
PDERROR_MULTIPLE_GLOBAL_TAGS [line 128]
PDERROR_MULTIPLE_NAME_TAGS [line 116]
PDERROR_MULTIPLE_PACKAGE_TAGS [line 88]
PDERROR_MULTIPLE_PARENT [line 44]
PDERROR_MULTIPLE_RETURN_TAGS [line 80]
PDERROR_MULTIPLE_SUBPACKAGE_TAGS [line 92]
PDERROR_MULTIPLE_VAR_TAGS [line 84]
PDERROR_NEED_WHITESPACE [line 152]
PDERROR_NESTED_INTERNAL [line 372]
PDERROR_NOTODO_INCLUDE [line 376]
PDERROR_NO_CONVERTERS [line 68]
PDERROR_NO_CONVERTER_HANDLER [line 243]
PDERROR_NO_DOCBOOK_ID [line 352]
PDERROR_NO_PACKAGE_TAG [line 228]
PDERROR_NO_PAGE_LEVELDOCBLOCK [line 343]
PDERROR_OVERRIDDEN_PACKAGE_TAGS [line 100]
PDERROR_OVERRIDDEN_SUBPACKAGE_TAGS [line 104]
PDERROR_PACKAGECAT_SET [line 270]
PDERROR_PACKAGEOUTPUT_DELETES_PARENT_FILE [line 120]
PDERROR_PARENT_NOT_FOUND [line 48]
PDERROR_PARSEPRIVATE [line 144]
PDERROR_PDFFUNCTION_NO_FUNC [line 206]
PDERROR_PDF_METHOD_DOESNT_EXIST [line 211]
PDERROR_PDF_TEMPVAR_DOESNT_EXIST [line 216]
PDERROR_PRIVATE_ASSUMED [line 233]
PDERROR_SOURCECODE_IGNORED [line 287]
PDERROR_SOURCE_TAG_FUNCTION_NOT_FOUND [line 164]
PDERROR_SOURCE_TAG_IGNORED [line 261]
PDERROR_TAG_NOT_HANDLED [line 283]
PDERROR_TEMPLATEDIR_DOESNT_EXIST [line 307]
PDERROR_TEXT_OUTSIDE_LI [line 275]
PDERROR_TUTORIAL_IS_OWN_CHILD [line 192]
PDERROR_TUTORIAL_IS_OWN_GRANDPA [line 196]
PDERROR_TUTORIAL_NOT_FOUND [line 188]
PDERROR_TUTORIAL_SUBSECTION_NOT_FOUND [line 220]
PDERROR_UL_IN_UL [line 364]
PDERROR_UNCLOSED_TAG [line 279]
PDERROR_UNDOCUMENTED_ELEMENT [line 380]
PDERROR_UNKNOWN_COMMANDLINE [line 148]
PDERROR_UNKNOWN_TAG [line 112]
PDERROR_UNMATCHED_LIST_TAG [line 172]
PDERROR_UNMATCHED_TUTORIAL_TAG [line 180]
PDERROR_UNTERMINATED_ATTRIB [line 224]
PDERROR_UNTERMINATED_ENTITY [line 311]
PDERROR_UNTERMINATED_INLINE_TAG [line 52]
addError [line 791]
void addError(
integer $num, string $data...)
|
|
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 812]
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 833]
void addWarning(
integer $num, string $data...)
|
|
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:08:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|