parser/ExpatParseException.php
This class throws errors for Expat, the XML processor.
- Author
- Andreas Aderhold, andi@binarycloud.com
- Package
- phing.parser
- Version
- $Id$
\ExpatParseException
Package: phing\parser
Parameters
This class throws errors for Expat, the XML processor.
- Parent(s)
- \BuildException < \Exception
- Author
- Andreas Aderhold, andi@binarycloud.com
- Version
- $Id$
Properties
Methods


__construct(
\Exception | string $p1, \Location | \Exception | null $p2
=
null, \Location | null $p3
=
null
)
:
void
Supported signatures: throw new BuildException($causeExc); throw new BuildException($msg); throw new Buildexception($causeExc, $loc); throw new BuildException($msg, $causeExc); throw new BuildException($msg, $loc); throw new BuildException($msg, $causeExc, $loc);
Name | Type | Description |
---|---|---|
$p1 | \Exception | string | |
$p2 | \Location | \Exception | null | |
$p3 | \Location | null |