ConfigurationException.php

Show: inherited
Table of Contents

ConfigurationException is thrown by Phing during the configuration and setup phase of the project.

Author
Hans Lellelid  
Package
phing  
Version
$Revision: 552 $  

\ConfigurationException

Package: phing

ConfigurationException is thrown by Phing during the configuration and setup phase of the project.

Parent(s)
\Exception
Author
Hans Lellelid  
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($msg, $causeExc);

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()
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()
Documentation was generated by DocBlox 0.15.1.