VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: EPropertyNotFound

Source Location: /system.inc.php

Class Overview

Exception
   |
   --EPropertyNotFound

Exception thrown when trying to access a property not defined


Methods


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 32]
Exception thrown when trying to access a property not defined

This property is raised when trying to access a property which is not defined in the object you are using.




[ Top ]


Class Methods


constructor __construct [line 40]

EPropertyNotFound __construct( [string $message = null], [integer $code = 0])

Constructor



Overrides Exception::constructor __construct ( [$message = ], [$code = ] ) (parent method not documented)

Parameters:

string   $message   Message to show on the exception
integer   $code   Code to use as exception code

[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:52:12 -0700 by phpDocumentor 1.4.1