You have to catch both possible exceptions: import java.lang.Exception try: # something something something except Exception, e: # jython ...
確定! 回上一頁