Class WFError

Description

A generic error class.

Located in /framework/WFError.php (line 14)

WFObject
   |
   --WFError
Variable Summary
Method Summary
WFError __construct ([ $errorMessage = NULL], [ $errorCode = 0])
void errorCode ()
void errorMessage ()
void setErrorCode ( $code)
void setErrorMessage ( $msg)
void __toString ()
Variables
mixed $errorCode (line 17)
  • access: protected
mixed $errorMessage (line 16)
  • access: protected
Methods
Constructor __construct (line 19)
WFError __construct ([ $errorMessage = NULL], [ $errorCode = 0])
  • $errorMessage
  • $errorCode

Redefinition of:
WFObject::__construct()
errorCode (line 39)
void errorCode ()
errorMessage (line 30)
void errorMessage ()
setErrorCode (line 35)
void setErrorCode ( $code)
  • $code
setErrorMessage (line 26)
void setErrorMessage ( $msg)
  • $msg
__toString (line 43)
void __toString ()

Redefinition of:
WFObject::__toString()

Inherited Methods

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()

Documentation generated on Thu, 17 Apr 2008 13:51:44 -0400 by phpDocumentor 1.4.1