Home about services products contact login
   com.smardec

J2Native

  j2native
com.smardec.j2native
Class FunctionExecutionException

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.smardec.j2native.FunctionExecutionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionExecutionException
extends java.lang.RuntimeException

This exception is thrown if an error occurs during a native function call.


Constructor Summary
FunctionExecutionException(java.lang.String reason)
FunctionExecutionException(java.lang.String libraryName, java.lang.String functionName, java.lang.String reason)
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail
FunctionExecutionException
public FunctionExecutionException(java.lang.String libraryName, java.lang.String functionName, java.lang.String reason)


FunctionExecutionException
public FunctionExecutionException(java.lang.String reason)
Home about services products contact login