📄 java.so
字号:
m4_comment([$Id: java.so,v 11.10 2004/08/15 03:22:57 bostic Exp $])m4_ref_title(Upgrading m4_db Applications, Release 3.0: additional Java changes,, upgrade.3.0/cxx, upgrade.3.0/disk)dnl #################################################################dnl This whole page is Java.dnl #################################################################pushdef([M4API], JAVA_API)m4_p([dnlThere are several additional types of exceptions thrown in the m4_db 3.0Java API.])m4_p([dnlDbMemoryException and DbDeadlockException can be caught independently ofDbException if you want to do special handling for these kinds of errors.Since they are subclassed from DbException, a try block that catchesDbException will catch these also, so code is not required to change.The catch clause for these new exceptions should appear before the catchclause for DbException.])m4_p([dnlYou will need to add a catch clause for java.io.FileNotFoundException,since that can be thrown by Db.open and DbEnv.open.])m4_p([dnlThere are a number of smaller changes to the API that bring the C, C++and Java APIs much closer in terms of functionality and usage. Pleaserefer to the pages for upgrading C applications for further details.])dnl #################################################################dnl This whole page is Java.dnl #################################################################popdef([M4API])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -