autoloader
[
class tree: autoloader
] [
index: autoloader
] [
all elements
]
Packages:
autoloader
Files:
Autoloader.php
Autoloader.php
AutoloaderException_GuessPathFailed.php
AutoloaderException_Include.php
AutoloaderException_Include_ClassNotDefined.php
AutoloaderException_Include_FileNotExists.php
AutoloaderException_Index.php
AutoloaderException_Index_IO.php
AutoloaderException_Index_NotDefined.php
AutoloaderException_Index_NotFound.php
AutoloaderException_Parser.php
AutoloaderException_Parser_IO.php
AutoloaderException_SearchFailed.php
AutoloaderException_SearchFailed_EmptyClassPath.php
AutoloaderFileParser_RegExp.php
AutoloaderFileParser_Tokenizer.php
AutoloaderIndex_Dummy.php
AutoloaderIndex_PDO.php
AutoloaderIndex_SerializedHashtable.php
AutoloaderIndex_SerializedHashtable_GZ.php
subpackage
exception
AutoloaderException.php
subpackage
index
AutoloaderIndex.php
subpackage
parser
AutoloaderFileParser.php
Classes:
Autoloader
AutoloaderException_SearchFailed_EmptyClassPath
exception
AutoloaderException
AutoloaderException_Include
AutoloaderException_Include_ClassNotDefined
AutoloaderException_Include_FileNotExists
AutoloaderException_Index
AutoloaderException_Index_IO
AutoloaderException_Index_NotDefined
AutoloaderException_Index_NotFound
AutoloaderException_Parser
AutoloaderException_Parser_IO
AutoloaderException_SearchFailed
parser
AutoloaderFileParser
AutoloaderFileParser_RegExp
AutoloaderFileParser_Tokenizer
index
AutoloaderIndex
AutoloaderIndex_Dummy
AutoloaderIndex_PDO
AutoloaderIndex_SerializedHashtable
AutoloaderIndex_SerializedHashtable_GZ
Class: AutoloaderException
Source Location: /classes/exception/AutoloaderException.php
Class Overview
Exception | --AutoloaderException
AutoloaderException is the base class of the PHP Autoloader project.
Author(s):
Markus Malkusch <
markus@malkusch.de
>
Version:
1.0
Copyright:
Copyright (C) 2010 Markus Malkusch
Child classes:
AutoloaderException_Include
Exception during requiring a class definition.
Indicates Exceptions during class search.
AutoloaderException_Index
Indicates Errors from the index.
AutoloaderException_Parser
Exceptions thrown during parsing for class definitions.
Inherited Variables
Class: Exception (Internal Class)
$code
$file
$line
$message
$string
$trace
Inherited Methods
Class: Exception (Internal Class)
constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
Class Details
[line 30]
AutoloaderException is the base class of the PHP Autoloader project.
Every thrown exception is an instance of AutoloaderException.
Tags:
author:
Markus Malkusch <
markus@malkusch.de
>
version:
1.0
copyright:
Copyright (C) 2010 Markus Malkusch
[
Top
]
Documentation generated on Fri, 27 Nov 2009 11:36:27 +0100 by
phpDocumentor 1.4.3