From: <to...@gn...> - 2001-10-31 08:06:09
|
Hello, I would like to get help from you.=20 I am using PythonInterpreter object to execute some Python commands. If = executing command has bad syntax or throwing exception, some java = exception from exec(String) method is thrown. Now, what I want to is to determine what KIND of error in python commad = was occured - for example there is SYNTAX ERROR or PYTHON EXCEPTION is = thrown. Thanks, Vaclav Tolar |