The exception used by the Query, Result and Driver classes.

package webkdb
author thg2oo6
copyright Copyright (c) 2012
version 1.0
access public

 Methods

Constructs a new thrown exception.

__construct(string $message) 

Parameters

$message

string

The message of the exception.

__toString()

__toString() 
Inherited

inherited_from Exception::__toString()
inherited_from \WebKException::__toString()

getCode()

getCode() 
Inherited

inherited_from Exception::getCode()
inherited_from \WebKException::getCode()

getFile()

getFile() 
Inherited

inherited_from Exception::getFile()
inherited_from \WebKException::getFile()

getLine()

getLine() 
Inherited

inherited_from Exception::getLine()
inherited_from \WebKException::getLine()

getMessage()

getMessage() 
Inherited

inherited_from Exception::getMessage()
inherited_from \WebKException::getMessage()

getPrevious()

getPrevious() 
Inherited

inherited_from Exception::getPrevious()
inherited_from \WebKException::getPrevious()

getTrace()

getTrace() 
Inherited

inherited_from Exception::getTrace()
inherited_from \WebKException::getTrace()

getTraceAsString()

getTraceAsString() 
Inherited

inherited_from Exception::getTraceAsString()
inherited_from \WebKException::getTraceAsString()

Returns the message of the exception.

message() : string
Inherited

inherited_from \WebKException::message()

Returns

string

 Properties

 

The message of the exception.

$_message : string
Inherited

inherited_from \WebKException::$$_message