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
$Id$  

\ConfigurationException

Package: phing

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

Parent(s)
\Exception
Author
Hans Lellelid  
Version
$Id$  

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( \Exception | string $p1, \Exception | null $p2 = null ) : void

Construct a ConfigurationException.

Supported signatures: throw new BuildException($causeExc); throw new BuildException($msg); throw new BuildException($msg, $causeExc);

Parameters
Name Type Description
$p1 \Exception | string
$p2 \Exception | null
methodpublic__toString( ) : void

methodpublicgetCause( ) : \Exception

Gets the cause exception.

Returns
Type Description
\Exception
methodpublicgetCode( ) : void
final

methodpublicgetFile( ) : void
final

methodpublicgetLine( ) : void
final

methodpublicgetMessage( ) : void
final

methodpublicgetPrevious( ) : void
final

methodpublicgetTrace( ) : void
final

methodpublicgetTraceAsString( ) : void
final

Documentation was generated by DocBlox 0.18.1.