javaclass

README.txt

96:e0ae9c0dd90a
2005-01-09 Paul Boddie Added an example of Java code accessing skeleton classes representing wrapped Python classes.
     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.