Public Member Functions | Static Public Member Functions | Properties

OFUnboundNamespaceException Class Reference

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

#import <OFUnboundNamespaceException.h>

Inheritance diagram for OFUnboundNamespaceException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:namespace:
(id) - initWithClass:prefix:
(OFString *) - namespace
(OFString *) - prefix

Static Public Member Functions

(id) + newWithClass:namespace:
(id) + newWithClass:prefix:

Properties

OFStringns
OFStringprefix

Detailed Description

An exception indicating an attempt to use an unbound namespace.


Member Function Documentation

- (id) initWithClass: (Class)  class_
namespace: (OFString*)  ns 

Initializes an already allocated unbound namespace exception

Parameters:
class_ The class of the object which caused the exception
ns The namespace which is unbound
Returns:
An initialized unbound namespace exception
- (id) initWithClass: (Class)  class_
prefix: (OFString*)  prefix 

Initializes an already allocated unbound namespace exception

Parameters:
class_ The class of the object which caused the exception
prefix The prefix which is unbound
Returns:
An initialized unbound namespace exception
- (OFString *) namespace  
Returns:
The unbound namespace
+ (id) newWithClass: (Class)  class_
namespace: (OFString*)  ns 
Parameters:
class_ The class of the object which caused the exception
ns The namespace which is unbound
Returns:
A new unbound namespace exception
+ (id) newWithClass: (Class)  class_
prefix: (OFString*)  prefix 
Parameters:
class_ The class of the object which caused the exception
prefix The prefix which is unbound
Returns:
A new unbound namespace exception
- (OFString*) prefix  
Returns:
The unbound prefix

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