lejos.util.jni
Class JNIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lejos.util.jni.JNIException
All Implemented Interfaces:
java.io.Serializable

public class JNIException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JNIException()
           
JNIException(java.lang.String message)
           
JNIException(java.lang.String message, java.lang.Throwable cause)
           
JNIException(java.lang.Throwable cause)
           
 
Method Summary
 
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

JNIException

public JNIException()

JNIException

public JNIException(java.lang.String message)

JNIException

public JNIException(java.lang.Throwable cause)

JNIException

public JNIException(java.lang.String message,
                    java.lang.Throwable cause)