Source for file SparqlParserException.php
Documentation is available at SparqlParserException.php
// ---------------------------------------------
// class: SparqlParserExecption
// ---------------------------------------------
* A SPARQL Parser Execption for better errorhandling.
* @author Tobias Gauss <tobias.gauss@web.de>
* @version $Id: fsource_sparql__sparqlSparqlParserException.php.html 443 2007-06-01 16:25:38Z cax $
public function __construct($message, $code =
0, $pointer){
$this->tokenPointer =
$pointer;
parent::__construct($message, $code);
* Returns a pointer to the token which caused the exception.
return $this->tokenPointer;
Documentation generated on Fri, 1 Jun 2007 16:52:18 +0200 by phpDocumentor 1.3.2