\QueryPathParseException

Exception indicating that a parser has failed to parse a file.

This will report parser warnings as well as parser errors. It should only be thrown, though, under error conditions.

Summary

Methods
Properties
Constants
__construct()
initializeFromError()
No public properties found
ERR_MSG_FORMAT
WARN_MSG_FORMAT
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

ERR_MSG_FORMAT

ERR_MSG_FORMAT

WARN_MSG_FORMAT

WARN_MSG_FORMAT

Methods

__construct()

__construct(  $msg = '',   $code,   $file = NULL,   $line = NULL) 

Parameters

$msg
$code
$file
$line

initializeFromError()

initializeFromError(  $code,   $str,   $file,   $line,   $cxt) 

Parameters

$code
$str
$file
$line
$cxt