PersistentObject: ezcPersistentQueryException
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcPersistentQueryException
|
Exception thrown when a query failed internally in Persistent Object. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcPersistentObjectException
|
--ezcPersistentQueryException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public void |
__construct(
$msg, [$query = null] )
Constructs a new ezcPersistentQueryException with additional information in $msg. |
Inherited Methods
From
ezcPersistentObjectException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
void __construct(
string
$msg, [string
$query = null] )
Constructs a new ezcPersistentQueryException with additional information in $msg.
You can also provide the query for debugging purposes.
Parameters
| Name |
Type |
Description |
$msg |
string |
|
$query |
string |
|
Redefinition of
Last updated: Thu, 31 Jan 2008