Inherited Methods
Class: VWarning
- VWarning::__construct()
- Class Constructor
- VWarning::ethrow()
- Distribute the message
- VWarning::isError()
- Test if a value is an Error
- VWarning::isWarning()
- Test if a value is a Warning
- VWarning::raiseWarning()
- Generate a Warning
Class: VObject
- VObject::__construct()
- Class Constructor
- VObject::bind()
- Bind values to this object
- VObject::delete()
- Delete Object
- VObject::get()
- Get value
- VObject::getAll()
- Get all object values
- VObject::getError()
- Get error message
- VObject::getErrors()
- Get errors
- VObject::getMethods()
- Get object methods
- VObject::getProperties()
- Get object properties
- VObject::save()
- Save Object
- VObject::set()
- Set a value
- VObject::setError()
- Set error value
- VObject::setProperties()
- Set property values
- VObject::setProperty()
- Set property value
- VObject::toString()
- Convert object to string
- VObject::__destruct()
- Class Destructor
- VObject::__get()
- VObject::__isset()
- VObject::__set()
- VObject::__toString()
- Return object as a string
- VObject::__unset()
Class Details
Virtual Web Platform - Errors
This class provides Errors for the Error Handling system
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
Class Methods
raiseError
VError raiseError(
string
$msg, [string
$system = null], [integer
$errno = null], [boolean
$throw = true])
[line 97]
Generate an Error
Tags:
- return - Error object
- access - public
Parameters:
- string $msg - Error Message
- string $system - System Name
- integer $errno - Error code
- boolean $throw - Throw error
[ Top ]