java - Is there a MySQL JDBC Exception list that describes what each exception gets thrown for? -


i looking list of exception , thrown for. using mysql jdbc driver, writing in jruby, importing jar.

i catching need can report errors doing, want able document else error handling might catch.

take @ exception present in java.sql package. listed in "exception summary".

you should not depend on mysql jdbc specific classes.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -