jython and java exceptions

Jan Gregor gregor.jan at NOSPAMquick.cz
Wed Aug 11 10:19:08 EDT 2004


There's result - i put aa on input to force error:

Exc com.sybase.jdbc2.jdbc.SybSQLException: Stored procedure 'aa' not
found. Specify owner.objectname or use sp_help to check whether the
object exists (sp_help may produce lots of output).
 != subclass of java.sql.SQLException!


Problem is that SybSQLException IS subclass of SQLException - verified
by Eclipse IDE (type hierarchy). Similar effects were with jdbc driver
for PostgreSQL.

There's result:
Exc org.postgresql.util.PSQLException: ERROR: syntax error at or near
"aa"
 != subclass of java.sql.SQLException!


Jan




More information about the Python-list mailing list