Class xml_domit_rss_exception
A DOMIT! RSS exception handling class.

isPublic? no
isAbstract? no

Inheritance tree:

xml_domit_rss_exception (top level class)

Known subclasses:

None

Source file: xml_domit_rss_shared.php




Constructor



Public Constants



Private Constants
DOMIT_RSS_ABSTRACT_METHOD_INVOCATION_ERR
DOMIT RSS error, attempt to call an abstract method

Type: int

Value: 101

DOMIT_RSS_ELEMENT_NOT_FOUND_ERR
DOMIT RSS error, specified element not present

Type: int

Value: 102

DOMIT_RSS_ATTR_NOT_FOUND_ERR
DOMIT RSS error, specified attribute not present

Type: int

Value: 103

DOMIT_RSS_PARSING_ERR
DOMIT RSS error, parsing failed

Type: int

Value: 104




Public Fields



Private Fields



Public Methods



Private Methods
raiseException
Raises the specified exception.

Signature: raiseException($errorNum, $errorString)

Parameters:

int errorNum - The error number.

String errorString - A string explanation of the error.


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.