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

\ExpatParseException

Package: phing\parser

This class throws errors for Expat, the XML processor.

Parent(s)
\BuildException < \Exception
Author
Andreas Aderhold, andi@binarycloud.com  
Version
$Id$  

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

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

Gets the cause exception.

Inherited from: \BuildException::getCause()
Returns
Type Description
\Exception
methodpublicgetCode( ) : void
finalinherited

Inherited from: \BuildException::getCode()
methodpublicgetFile( ) : void
finalinherited

Inherited from: \BuildException::getFile()
methodpublicgetLine( ) : void
finalinherited

Inherited from: \BuildException::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: \BuildException::getMessage()
methodpublicgetPrevious( ) : void
finalinherited

Inherited from: \BuildException::getPrevious()
methodpublicgetTrace( ) : void
finalinherited

Inherited from: \BuildException::getTrace()
methodpublicgetTraceAsString( ) : void
finalinherited

Inherited from: \BuildException::getTraceAsString()
methodpublicsetLocation( \Location $loc ) : void
inherited

Sets the location of error in XML file.

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