org.bridj
Class NativeError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.bridj.NativeError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LastError

public abstract class NativeError
extends Error

Native error encapsulated as a Java error.

Author:
ochafik
See Also:
Serialized Form

Constructor Summary
protected NativeError(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

NativeError

protected NativeError(String message)


Copyright © 2009-2012. All Rights Reserved.