From: Brandon P. <bp...@gm...> - 2010-05-26 19:13:08
|
Hey, If I want to create an exception type in Java that is available in a jython script and is a subclass of RuntimeError, how would I do that? so, try: something that raises my exception type except RuntimeError, e: .... would work Thanks, -Brandon |