#jython IRC Log (v0.9)

Index

IRC Log for 2016-01-07

Timestamps are in GMT/BST.

[4:17] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) Quit (Ping timeout: 252 seconds)
[6:21] * jimbaker (~jbaker@python/psf/jimbaker) Quit (Ping timeout: 264 seconds)
[6:41] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[6:42] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[6:54] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Excess Flood)
[6:54] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[7:41] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[7:41] * ChanServ sets mode +o Arfrever
[8:46] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[8:46] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[8:47] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Client Quit)
[9:53] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[10:08] * clajo04 (~clajo04@pool-108-54-80-65.nycmny.fios.verizon.net) Quit (Ping timeout: 260 seconds)
[10:19] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[10:20] * fwierzbicki1 (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Client Quit)
[10:20] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 255 seconds)
[10:40] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[10:44] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Client Quit)
[11:00] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[11:01] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Client Quit)
[13:32] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) has joined #jython
[13:42] * clajo04 (~clajo04@pool-96-246-181-108.nycmny.fios.verizon.net) has joined #jython
[14:25] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[14:25] * ChanServ sets mode +o jimbaker
[14:33] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) has joined #jython
[14:35] <Misdicorl> I am calling some Java code which can throw an IllegalArgument exception. Calling it from jython and wrapping it in a (try, except) block doesn't seem to ever catch the exception. e.g. try: javaCall() except BaseException as e: print "Exception!" never seems to execute the print statement despite definitely throwing the exception
[14:36] <Misdicorl> What syntax do I need to use to catch the Java exception?
[14:37] <Misdicorl> The specific java call I am making is
[14:37] <Misdicorl> enum.valueOf( someString ), which fails if the user supplied string is incorrect
[14:38] <Misdicorl> where enum is a java enum
[14:38] <Misdicorl> (a particular one, not the enum keyword)
[14:38] <agronholm> Misdicorl: from java.lang import Exception as JavaException
[14:39] <agronholm> try...except JavaException as e:
[14:39] <Misdicorl> very many thanks
[14:40] <Misdicorl> works perfectly
[15:46] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[15:51] * jimbaker (~jbaker@python/psf/jimbaker) Quit (Ping timeout: 250 seconds)
[15:52] * jimbaker (~jbaker@76.25.158.6) has joined #jython
[15:52] * jimbaker (~jbaker@76.25.158.6) Quit (Changing host)
[15:52] * jimbaker (~jbaker@python/psf/jimbaker) has joined #jython
[15:52] * ChanServ sets mode +o jimbaker
[16:14] * siel (~siel@unaffiliated/motley) Quit (Ping timeout: 264 seconds)
[16:15] * TomA (44202edf@gateway/web/freenode/ip.68.32.46.223) Quit (Ping timeout: 252 seconds)
[16:15] * siel (~siel@unaffiliated/motley) has joined #jython
[16:36] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) has joined #jython
[16:50] * fwierzbicki (~Adium@99-106-169-5.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 276 seconds)
[16:52] * fwierzbicki (~Adium@99.106.169.5) has joined #jython
[19:31] * clajo04_ (~clajo04@pool-96-246-181-108.nycmny.fios.verizon.net) has joined #jython
[19:37] * offbyone_ (~offbyone@104.131.118.125) has joined #jython
[19:38] * clajo04 (~clajo04@pool-96-246-181-108.nycmny.fios.verizon.net) Quit (*.net *.split)
[19:38] * offbyone (~offbyone@104.131.118.125) Quit (*.net *.split)
[19:39] * clajo04_ is now known as clajo04
[19:39] * offbyone_ is now known as offbyone
[21:50] * grey__ (eaaltone@kapsi.fi) Quit (*.net *.split)
[21:51] * grey__ (eaaltone@kapsi.fi) has joined #jython
[21:55] * jorgew (sid36089@gateway/web/irccloud.com/x-mdusewtxtboqciur) Quit (Ping timeout: 260 seconds)
[21:58] * jorgew (sid36089@gateway/web/irccloud.com/x-tycueipijwvrdrbs) has joined #jython
[22:27] <fwierzbicki> jimbaker: hey, sorry for the slow reply - a third beta sounds very reasonable given the amount of work that has been done
[22:37] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 240 seconds)
[22:55] <jimbaker> fwierzbicki, cool

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).