parser/ExpatParseException.php

Show: inherited
Table of Contents

This class throws errors for Expat, the XML processor.

Author
Andreas Aderhold, andi@binarycloud.com  
Package
phing.parser  
Version
$Revision: 526 $ $Date: 2009-08-11 14:11:17 +0200 (Tue, 11 Aug 2009) $  

\ExpatParseException

Package: phing\parser

This class throws errors for Expat, the XML processor.

Parent(s)
\BuildException < \Exception
Author
Andreas Aderhold, andi@binarycloud.com  
Version
$Revision: 526 $ $Date: 2009-08-11 14:11:17 +0200 (Tue, 11 Aug 2009) $  

Properties

Propertyprotected\Exception  $cause= ''
inherited

The nested "cause" exception.

Inherited from: \BuildException::$cause
Details
Type
\Exception
Inherited_from
\BuildException::$cause  
Propertyprotected\Location  $location= ''
inherited

Location in the xml file.

Inherited from: \BuildException::$location
Details
Type
\Location
Inherited_from
\BuildException::$location  

Methods

methodpublic__construct(  $p1,  $p2 = null,  $p3 = null ) : void
inherited

Construct a BuildException.

Inherited from: \BuildException::__construct()

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

Parameters
Name Type Description
$p1
$p2
$p3
methodpublic__toString( ) : void
inherited

Inherited from: \Exception::__toString()
methodpublicgetCause( ) : \Exception
inherited

Gets the cause exception.

Inherited from: \BuildException::getCause()
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()
methodpublicgetLocation( ) : \Location
inherited

Gets the location of error in XML file.

Inherited from: \BuildException::getLocation()
Returns
Type Description
\Location
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()
methodpublicsetLocation( \Locaiton $loc ) : void
inherited

Sets the location of error in XML file.

Inherited from: \BuildException::setLocation()
Parameters
Name Type Description
$loc \Locaiton
Documentation was generated by DocBlox 0.15.1.