Class we_service_Exception

Description

class for service exception

Located in /service/Exception.php (line 24)

Exception
   |
   --we_service_Exception
Variable Summary
string $_type
Method Summary
string getType ()
void setType (string $type)
Variables
string $_type = "error" (line 32)

type attribute

  • access: protected

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
getType (line 39)

Sets the error Type. Possible values are: error|warning|notice

  • access: public
string getType ()
setType (line 49)

Gets the error Type. Possible values are: error|warning|notice

  • access: public
void setType (string $type)
  • string $type

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Mon, 01 Sep 2008 11:35:37 +0200 by phpDocumentor 1.4.0