Class XML_Query2XML_Exception

Description

Parent class for ALL exceptions thrown by this package.

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

Located in /Query2XML.php (line 2435)

PEAR_Exception
   |
   --XML_Query2XML_Exception
Direct descendents
Class Description
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.
Method Summary
XML_Query2XML_Exception __construct (string $message, [Exception $exception = null])
Methods
Constructor __construct (line 2445)

Constructor method

  • access: public
XML_Query2XML_Exception __construct (string $message, [Exception $exception = null])
  • string $message: The error message.
  • Exception $exception: The Exception that caused this exception to be thrown. This argument is optional.

Redefined in descendants as:

Documentation generated on Sun, 03 Apr 2011 13:13:11 +0200 by phpDocumentor 1.4.1