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

Class: PHP_Bean_Error

Source Location: /Web/Services/PhpBeans/phpbeans.php

Class Overview


This is the error object type that is returned from the server when an error occurs.

Class Details

[line 420]
This is the error object type that is returned from the server when an error occurs.



access:  public
version:  1.0, 2004-09-10, $Id: phpbeans.php,v 1.2 2005/04/14 02:00:47 weizhuo Exp $
license:  GPL
copyright:  Copyright (C) 2004, Simian Systems Inc.
author:  John Luxford <lux@simian.ca>


[ Top ]

Variables

Methods



Class Variables

$code =  0

[line 433]

The error code.



access:  public

Type:   mixed


[ Top ]

$message =  ''

[line 426]

The error message.



access:  public

Type:   mixed


[ Top ]



Class Methods


constructor PHP_Bean_Error [line 442]

PHP_Bean_Error PHP_Bean_Error( [int $code = 0], [string $message = ''])

Constructor method.



access:  public


Parameters:

int   $code  
string   $message  

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.