classes/phing/ConfigurationException.php

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

author
Hans Lellelid
package
phing
version
$Revision: 552 $

\ConfigurationException

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

Extends from
\Exception
author
Hans Lellelid
package
phing
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 ) :
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( ) :
Inherited from:
methodpublic  getCause( ) : \Exception
Gets the cause exception.
Returns
Type Description
\Exception
methodpublic  getCode( ) :
finalInherited from:
methodpublic  getFile( ) :
finalInherited from:
methodpublic  getLine( ) :
finalInherited from:
methodpublic  getMessage( ) :
finalInherited from:
methodpublic  getPrevious( ) :
finalInherited from:
methodpublic  getTrace( ) :
finalInherited from:
methodpublic  getTraceAsString( ) :
finalInherited from:
Documentation was generated by DocBlox 0.13.1.