包 core

包 mvc

包 orm

包 form

包 database

包 helper

包 cache

包 webcontrols

包 behavior

包 exception

包 debug

类 - Q_ClassNotDefinedException

exception
类层次 Q_ClassNotDefinedException » QException » Exception
版本 $Id: classnotdefined_exception.php 1990 2009-01-08 18:16:11Z dualface $

Q_ClassNotDefinedException 异常指示指定的文件中没有定义需要的类

公开的属性

隐藏继承的属性

属性类型描述定义于
$class_name Q_ClassNotDefinedException
$filename Q_ClassNotDefinedException

保护的属性

隐藏继承的属性

属性类型描述定义于
$message Exception
$code Exception
$file Exception
$line Exception

属性详细说明

$class_name 属性
$filename 属性

方法详细说明

__construct() 方法

public void __construct($class_name, $filename)

$class_name
$filename
{return}