BuildException.php
BuildException is for when things go wrong in a build execution.
- Author
- Andreas Aderhold
- Package
- phing
- Version
- $Id$
\BuildException
Package: phing
Parameters
BuildException is for when things go wrong in a build execution.
- Parent(s)
- \Exception
- Children
- \ExpatParseException
- Author
- Andreas Aderhold
- Version
- $Id$
Properties
Methods


__construct(
\Exception | string $p1, \Location | \Exception | null $p2
=
null, \Location | null $p3
=
null
)
:
void
Construct a BuildException.
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 |


getLocation(
)
:
\Location
Gets the location of error in XML file.
Returns
Type | Description |
---|---|
\Location |