public class FunctionExecutionException extends JNIWrapperException
For example, this exception is thrown when parameter sizes do not correspond to what the called function expects.
Constructor and Description |
---|
FunctionExecutionException() |
FunctionExecutionException(java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
static FunctionExecutionException |
createFunctionExecutionException(java.lang.Throwable e) |
createException, isThrowableConstructorAvailable, throwException
public FunctionExecutionException()
public FunctionExecutionException(java.lang.String reason)
public static FunctionExecutionException createFunctionExecutionException(java.lang.Throwable e)