Source for file Interface_Exception.php
Documentation is available at Interface_Exception.php
* LAIKA FRAMEWORK Release Notes:
* @filesource Interface_Exception.php
* @date 2011-05-22 08:52:15 -0400 (Sun, 22 May 2011)
* @author Leonard M. Witzel <witzel@post.harvard.edu>
* @copyright Copyright (c) 2011 Laika Soft <{@link http://oafbot.com}>
* Laika_Interface_Exception interface.
//-------------------------------------------------------------------
//-------------------------------------------------------------------
* Overrideable constructor method inherited from Exception class
* @param mixed $message (default: null)
* @param int $code (default: 0)
public function __construct($message =
null, $code =
0);
//-------------------------------------------------------------------
//-------------------------------------------------------------------
* Overrideable toString method inherited from Exception class
/* Protected methods inherited from Exception class */
public function getMessage(); // Exception message
public function getCode(); // User-defined Exception code
public function getFile(); // Source filename
public function getLine(); // Source line
public function getTrace(); // An array of the backtrace()
Documentation generated on Sat, 19 May 2012 02:17:01 -0400 by phpDocumentor 1.4.4