Issue222810
Created on 2000-11-18.19:07:30 by bckfnn, last changed 2000-11-18.22:26:19 by bckfnn.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2000-11-18 19:07:30 | bckfnn | create | |
Created on 2000-11-18.19:07:30 by bckfnn, last changed 2000-11-18.22:26:19 by bckfnn.
| Messages | |||
|---|---|---|---|
| msg58 (view) | Author: Finn Bock (bckfnn) | Date: 2000-11-18.19:07:30 | |
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
|
|||
| msg59 (view) | Author: Finn Bock (bckfnn) | Date: 2000-11-18.22:26:19 | |
Duplicate of bug 122806. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2000-11-18 19:07:30 | bckfnn | create | |
Supported by Python Software Foundation,
Powered by Roundup