Changes between Version 416 and Version 417 of WikiStart
- Timestamp:
- 07/22/21 13:46:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v416 v417 824 824 Notice, above is simplified code supporting, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 825 825 826 === Throwing exceptions 827 A special warning is in place regarding throwing exceptions from your implementation, particularly from notifyChange. In line with the general Listener interface, exceptions are only logged and your party usually is immediately disconnected if it throws any exception. Make sure that you free up any used resources to avoid memory leaks if you really need to throw an exception. 828 826 829 === Preparing the jar file 827 830 In order to put your party on the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver] for running, you need a jar file of your party.