Module de.ibapl.jnhw.common
Package de.ibapl.jnhw.common.exception
Exceptions thrown by native code of JNHW.
-
Exception Summary Exception Description NativeErrorException This exceptions is thrown if the jni native code detects an error.NoSuchNativeMethodException Thrown, if a method is not available on this specific platform.NoSuchNativeTypeException Thrown, if a member of an type is not available on this specific platform.NoSuchNativeTypeMemberException Thrown, if a member of an type is not available on this specific platform.