classes/phing/BuildException.php
BuildException is for when things go wrong in a build execution.
- author
- Andreas Aderhold
- package
- phing
- version
- $Revision: 552 $
\BuildException
BuildException is for when things go wrong in a build execution.
- Extends from
- \Exception
- author
- Andreas Aderhold
- package
- phing
- version
- $Revision: 552 $
Properties
Methods

__construct(
$p1, $p2
=
null, $p3
=
null
)
:
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 | ||
| $p2 | ||
| $p3 |

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