Message58
NullPointerException at org.python.core.Py.printException, as follows:
JPython 1.1beta2 on java1.1.7B
Copyright (C) 1997-1999 Corporation for National Research Initiatives
>>> from java.text import DateFormat
>>> df = DateFormat.getDateInstance(DateFormat.SHORT)
>>> df.parse('10-25-99)
Traceback (innermost last):
(no code object) at line 0
java.lang.NullPointerException:
at org.python.core.Py.printException(Py.java:782)
at org.python.core.PyException.printStackTrace(PyException.java:76)
at org.python.core.PyException.toString(PyException.java:96)
at org.python.util.InteractiveInterpreter.showexception(InteractiveInterpreter.java:92)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:53)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:42)
at org.python.util.InteractiveConsole.push(InteractiveConsole.java:80)
at org.python.util.InteractiveConsole.interact(InteractiveConsole.java:59)
at org.python.util.jpython.main(jpython.java:140)
java.lang.NullPointerException: java.lang.NullPointerException:
Process JPython finished
|
|
Date |
User |
Action |
Args |
2008-02-20 17:16:39 | admin | link | issue222810 messages |
2008-02-20 17:16:39 | admin | create | |
|