Adjust to reworked exception API.
This commit is contained in:
parent
bfdfabcf40
commit
7f5c58ffc7
14 changed files with 224 additions and 270 deletions
|
@ -60,8 +60,11 @@
|
|||
self = [super init];
|
||||
|
||||
@try {
|
||||
if (JID == nil)
|
||||
@throw [OFInvalidArgumentException exception];
|
||||
|
||||
_JID = [JID copy];
|
||||
_node= [node copy];
|
||||
_node = [node copy];
|
||||
_name = [name copy];
|
||||
_identities = [OFSortedList new];
|
||||
_features = [OFSortedList new];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue