com.github.foobar27.nativeinitializer.NativeLoaderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of native-initializer Show documentation
Show all versions of native-initializer Show documentation
Specify how native libraries should be loaded
The newest version!
package com.github.foobar27.nativeinitializer;
public final class NativeLoaderException extends RuntimeException {
public NativeLoaderException(Exception e) {
super(e);
}
}