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,v 1.7 2006/06/26 12:34:18 tgauss Exp $
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 Mon, 26 Jun 2006 14:26:23 +0200 by phpDocumentor 1.3.0RC6