Skip to content

Instantly share code, notes, and snippets.

/stacktrace.txt Secret

Created April 11, 2014 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4375e2c5699037e1c181 to your computer and use it in GitHub Desktop.
Save anonymous/4375e2c5699037e1c181 to your computer and use it in GitHub Desktop.
rg.python.core.PyException: null
at org.python.core.PyException.fillInStackTrace(PyException.java:70) ~[jython-2.7-b1.jar:na]
at java.lang.Throwable.<init>(Throwable.java:181) ~[na:1.6.0_65]
at java.lang.Exception.<init>(Exception.java:29) ~[na:1.6.0_65]
at java.lang.RuntimeException.<init>(RuntimeException.java:32) ~[na:1.6.0_65]
at org.python.core.PyException.<init>(PyException.java:46) ~[jython-2.7-b1.jar:na]
at org.python.core.PyException.<init>(PyException.java:43) ~[jython-2.7-b1.jar:na]
at org.python.core.PyException.<init>(PyException.java:61) ~[jython-2.7-b1.jar:na]
at org.python.core.Py.AttributeError(Py.java:173) ~[jython-2.7-b1.jar:na]
at org.python.core.PyObject.noAttributeError(PyObject.java:946) ~[jython-2.7-b1.jar:na]
at org.python.core.PyObject.__getattr__(PyObject.java:941) ~[jython-2.7-b1.jar:na]
at org.python.core.Py.initProxy(Py.java:950) ~[jython-2.7-b1.jar:na]
at jythonpoc.jythonpoc.jythonpoc.ClampedFooSayer.__initProxy__(Unknown Source) ~[jythonpoc-0.1.
0.jar:na]
at jythonpoc.jythonpoc.jythonpoc.ClampedFooSayer.<init>(Unknown Source) ~[jythonpoc-0.1.0.jar:n
a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment