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
Methods



__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 |
|
|



__toString(
)
:
Inherited from:



getCode(
)
:
finalInherited from:



getFile(
)
:
finalInherited from:



getLine(
)
:
finalInherited from:



getMessage(
)
:
finalInherited from:



getPrevious(
)
:
finalInherited from:



getTrace(
)
:
finalInherited from:



getTraceAsString(
)
:
finalInherited from: