BuildException.php

Show: inherited
Table of Contents

BuildException is for when things go wrong in a build execution.

Author
Andreas Aderhold  
Package
phing  
Version
$Revision: 552 $  

\BuildException

Package: phing

BuildException is for when things go wrong in a build execution.

Parent(s)
\Exception
Children
\ExpatParseException
Author
Andreas Aderhold  
Version
$Revision: 552 $  

Properties

Propertyprotected\Exception  $cause= ''

The nested "cause" exception.

Details
Type
\Exception
Propertyprotected\Location  $location= ''

Location in the xml file.

Details
Type
\Location

Methods

methodpublic__construct(  $p1,  $p2 = 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);

Parameters
Name Type Description
$p1
$p2
$p3
methodpublic__toString( ) : void
inherited

Inherited from: \Exception::__toString()
methodpublicgetCause( ) : \Exception

Gets the cause exception.

Returns
Type Description
\Exception
methodpublicgetCode( ) : void
finalinherited

Inherited from: \Exception::getCode()
methodpublicgetFile( ) : void
finalinherited

Inherited from: \Exception::getFile()
methodpublicgetLine( ) : void
finalinherited

Inherited from: \Exception::getLine()
methodpublicgetLocation( ) : \Location

Gets the location of error in XML file.

Returns
Type Description
\Location
methodpublicgetMessage( ) : void
finalinherited

Inherited from: \Exception::getMessage()
methodpublicgetPrevious( ) : void
finalinherited

Inherited from: \Exception::getPrevious()
methodpublicgetTrace( ) : void
finalinherited

Inherited from: \Exception::getTrace()
methodpublicgetTraceAsString( ) : void
finalinherited

Inherited from: \Exception::getTraceAsString()
methodpublicsetLocation( \Locaiton $loc ) : void

Sets the location of error in XML file.

Parameters
Name Type Description
$loc \Locaiton
Documentation was generated by DocBlox 0.15.1.