net.sf.jnati
Class NativeCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jnati.NativeCodeException
All Implemented Interfaces:
Serializable

public class NativeCodeException
extends Exception

Author:
Sam Adams
See Also:
Serialized Form

Constructor Summary
NativeCodeException(String message)
           
NativeCodeException(String message, Throwable cause)
           
NativeCodeException(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

NativeCodeException

public NativeCodeException(String message)

NativeCodeException

public NativeCodeException(Throwable cause)

NativeCodeException

public NativeCodeException(String message,
                           Throwable cause)


Copyright © 2007-2011 Sam Adams. All Rights Reserved.