JNative v1.3 project : see http://jnative.sf.net


org.xvolks.jnative.exceptions
Class NativeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xvolks.jnative.exceptions.NativeException
All Implemented Interfaces:
java.io.Serializable

public class NativeException
extends java.lang.Exception

NativeException : this exception is thrown if something goes wrong in the native side. $Id: NativeException.java,v 1.4 2006/06/09 20:44:05 mdenty Exp $; This software is released under the LGPL.

See Also:
Serialized Form

Constructor Summary
NativeException(java.lang.String message)
           
 
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

NativeException

public NativeException(java.lang.String message)

JNative v1.3 project : see http://jnative.sf.net