提交 86ec6582 编写于 作者: O Oleg Nenashev

Merge pull request #1970 from jglick/PosixAPI-IllegalStateException

Documenting IllegalStateException from PosixAPI
...@@ -22,6 +22,7 @@ public class PosixAPI { ...@@ -22,6 +22,7 @@ public class PosixAPI {
/** /**
* Load the JNR implementation of the POSIX APIs for the current platform. * Load the JNR implementation of the POSIX APIs for the current platform.
* Runtime exceptions will be of type {@link PosixException}. * Runtime exceptions will be of type {@link PosixException}.
* {@link IllegalStateException} will be thrown for methods not implemented on this platform.
* @return some implementation (even on Windows or unsupported Unix) * @return some implementation (even on Windows or unsupported Unix)
* @since 1.518 * @since 1.518
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册