XML_Query2XML
[ class tree: XML_Query2XML ] [ index: XML_Query2XML ] [ all elements ]

Class: XML_Query2XML_Exception

Source Location: /XML_Query2XML-1.7.2/XML/Query2XML.php

Class Overview

PEAR_Exception
   |
   --XML_Query2XML_Exception

Parent class for ALL exceptions thrown by this package.


Author(s):

Methods


Child classes:

XML_Query2XML_DriverException
Exception for driver errors
XML_Query2XML_XMLException
Exception for XML errors In most cases this exception will be thrown if a DOMException occurs.
XML_Query2XML_ConfigException
Exception that handles configuration errors.

Inherited Variables

Inherited Methods


Class Details

[line 2435]
Parent class for ALL exceptions thrown by this package.

By catching XML_Query2XML_Exception you will catch all exceptions thrown by XML_Query2XML.



[ Top ]


Method Detail

__construct (Constructor)   [line 2445]

XML_Query2XML_Exception __construct( string $message, [Exception $exception = null])

Constructor method
  • Access: public

Overridden in child classes as:

XML_Query2XML_DriverException::__construct()
Constructor
XML_Query2XML_LDAPException::__construct()
Constructor
XML_Query2XML_LDAP2Exception::__construct()
Constructor
XML_Query2XML_ArrayException::__construct()
Constructor
XML_Query2XML_DBException::__construct()
Constructor
XML_Query2XML_XMLException::__construct()
Constructor
XML_Query2XML_ConfigException::__construct()
Constructor method

Parameters:

string   $message   —  The error message.
Exception   $exception   —  The Exception that caused this exception to be thrown. This argument is optional.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:43:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.