Exception Class Reference
[Creole::Exception]

The Exception class is the base exception class for creole. More...

Inherited by DataSetException, and SQLException.

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

The Exception class is the base exception class for creole.

Author Michael Aichler <aichler@mediacluster.de>

alex black, enigma@turingstudio.com

manuel holtgrewe <purestorm>

Version 

Revision

1.3


Constructor & Destructor Documentation

Exception::Exception ( $  code,  $  message,  $  backtrace = null )

 

Parameters:
$code The error code.
$message The error message.
$backtrace 


Member Function Documentation

Exception::getMessage ()

 

Exception::getCode ()

 

Exception::toString ()

 

Returns a string representation fitting for debug output.

Returns string String representation of the exception

Author manuel holtgrewe <purestorm> public

Exception::getFile ()

 

Author alex black, enigma@turingstudio.com public

Exception::getLine ()

 

Exception::getContext ( $  html = false)

 

Exception::getBacktrace ( $  html = false)

 


Member Data Documentation

Exception::$code [protected]

 

Exception::$message [protected]

 

Exception::$context [protected]

 

Exception::$class [protected]

 

Exception::$file [protected]

 

Exception::$line [protected]

 

Exception::$method [protected]

 

Exception::$backtrace [protected]

 


This file is part of the Creole[php4] library.


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS