Adjust to reworked exception API.

This commit is contained in:
Jonathan Schleifer 2013-06-23 16:17:39 +02:00
parent bfdfabcf40
commit 7f5c58ffc7
14 changed files with 224 additions and 270 deletions

View file

@ -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];