ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFMalformedXMLException Class Reference

An exception indicating that a parser encountered malformed XML. More...

#include <OFMalformedXMLException.h>

Inheritance diagram for OFMalformedXMLException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:parser: (Class class_,[parser] OFXMLParser *parser)
OFXMLParserparser ()

Static Public Member Functions

id newWithClass:parser: (Class class_,[parser] OFXMLParser *parser)

Properties

OFXMLParserparser

Detailed Description

An exception indicating that a parser encountered malformed XML.


Member Function Documentation

id OFMalformedXMLException::initWithClass:parser: ( Class  class_,
[parser] OFXMLParser parser 
) [virtual]

Initializes an already allocated malformed XML exception.

Parameters:
parserThe parser which encountered malformed XML
Returns:
An initialized malformed XML exception
id OFMalformedXMLException::newWithClass:parser: ( Class  class_,
[parser] OFXMLParser parser 
) [static, virtual]
Parameters:
parserThe parser which encountered malformed XML
Returns:
A new malformed XML exception
OFXMLParser* OFMalformedXMLException::parser ( ) [virtual]
Returns:
The parser which encountered malformed XML

The documentation for this class was generated from the following files:
 All Classes Functions Variables