An exception indicating an attempt to use an unbound namespace.
More...
#import <OFUnboundNamespaceException.h>
List of all members.
Detailed Description
An exception indicating an attempt to use an unbound namespace.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(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) exceptionWithClass: |
|
(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
- (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
- Returns:
- The unbound namespace
- Returns:
- The unbound prefix
The documentation for this class was generated from the following files: