com.jniwrapper
Class JNIWrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jniwrapper.JNIWrapperException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FunctionExecutionException, NoSuchVariableException

public class JNIWrapperException
extends java.lang.RuntimeException

Is made for compatibility with JDK 1.3.x

See Also:
Serialized Form

Constructor Summary
  JNIWrapperException()
           
  JNIWrapperException(java.lang.String s)
           
protected JNIWrapperException(java.lang.Throwable e)
           
 
Method Summary
static JNIWrapperException createException(java.lang.Throwable e)
           
protected static boolean isThrowableConstructorAvailable()
           
static void throwException(java.lang.Throwable e)
           
 
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

JNIWrapperException

public JNIWrapperException()

JNIWrapperException

public JNIWrapperException(java.lang.String s)

JNIWrapperException

protected JNIWrapperException(java.lang.Throwable e)
Method Detail

isThrowableConstructorAvailable

protected static boolean isThrowableConstructorAvailable()

throwException

public static void throwException(java.lang.Throwable e)

createException

public static JNIWrapperException createException(java.lang.Throwable e)