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

An exception indicating an attempt to use an unbound namespace. More...

#include <OFUnboundNamespaceException.h>

Inheritance diagram for OFUnboundNamespaceException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:namespace: (Class class_,[namespace] OFString *ns)
id initWithClass:prefix: (Class class_,[prefix] OFString *prefix)
OFStringnamespace ()
OFStringprefix ()

Static Public Member Functions

id newWithClass:namespace: (Class class_,[namespace] OFString *ns)
id newWithClass:prefix: (Class class_,[prefix] OFString *prefix)

Properties

OFStringns
OFStringprefix

Detailed Description

An exception indicating an attempt to use an unbound namespace.


Member Function Documentation

id OFUnboundNamespaceException::initWithClass:namespace: ( Class  class_,
[namespace] OFString ns 
) [virtual]

Initializes an already allocated unbound namespace exception

Parameters:
class_The class of the object which caused the exception
nsThe namespace which is unbound
Returns:
An initialized unbound namespace exception
id OFUnboundNamespaceException::initWithClass:prefix: ( Class  class_,
[prefix] OFString prefix 
) [virtual]

Initializes an already allocated unbound namespace exception

Parameters:
class_The class of the object which caused the exception
prefixThe prefix which is unbound
Returns:
An initialized unbound namespace exception
OFString * OFUnboundNamespaceException::namespace ( ) [virtual]
Returns:
The unbound namespace
id OFUnboundNamespaceException::newWithClass:namespace: ( Class  class_,
[namespace] OFString ns 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
nsThe namespace which is unbound
Returns:
A new unbound namespace exception
id OFUnboundNamespaceException::newWithClass:prefix: ( Class  class_,
[prefix] OFString prefix 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
prefixThe prefix which is unbound
Returns:
A new unbound namespace exception
OFString* OFUnboundNamespaceException::prefix ( ) [virtual]
Returns:
The unbound prefix

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