BuildException is for when things go wrong in a build execution.
author |
Andreas Aderhold andi@binarycloud.com |
---|---|
version |
$Id: e196f1a10187b5a3f29ee7ecd3607f16579f9d25 $ |
package |
phing |
__construct(\Exception|string $p1, \Location|\Exception|null $p2 = null, \Location|null $p3 = null)
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);
\Exception|string
\Location|\Exception|null
\Location|null
getCause() : \Exception
\Exception
cause : \Exception
var |
---|
\Exception