The main exception class of the WebK framework.

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_from Exception::__toString()

getCode()

getCode() 

inherited_from Exception::getCode()

getFile()

getFile() 

inherited_from Exception::getFile()

getLine()

getLine() 

inherited_from Exception::getLine()

getMessage()

getMessage() 

inherited_from Exception::getMessage()

getPrevious()

getPrevious() 

inherited_from Exception::getPrevious()

getTrace()

getTrace() 

inherited_from Exception::getTrace()

getTraceAsString()

getTraceAsString() 

inherited_from Exception::getTraceAsString()

Returns the message of the exception.

message() : string

Returns

string

 Properties

 

The message of the exception.

$_message : string