javaclass

README.txt

92:68c3bfb16cd8
2004-12-14 Paul Boddie Added some reminders.
     1 Investigate better exception raising. Currently, exceptions have to be
     2 derived from object so that object.__new__ can be used upon them. However,
     3 this seems to prevent them from being raised, and they need to be wrapped
     4 within Exception so that the information can be transmitted to the
     5 exception's handler.
     6 
     7 Consider nicer ways of writing the method names in Python, perhaps using a
     8 function which takes the individual parameter types as arguments.