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
Package: phingConfigurationException is thrown by Phing during the configuration and setup phase of the project.
- Parent(s)
- \Exception
- Author
-
Hans Lellelid
- Version
- $Revision: 552 $
Properties
Methods



__construct(
$p1, $p2
=
null, $p3
=
null
)
:
voidConstruct 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(
)
:
void
inherited
Inherited from:
\Exception::__toString()



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



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



getLine(
)
:
void
finalinherited
Inherited from:
\Exception::getLine()



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



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



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



getTraceAsString(
)
:
void
finalinherited
Inherited from:
\Exception::getTraceAsString()