org.tanukisoftware.wrapper
Class WrapperJNIError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.tanukisoftware.wrapper.WrapperJNIError
All Implemented Interfaces:
Serializable

public class WrapperJNIError
extends Error

WrapperJNIErrors are thrown when user code encounters problems accessing native Wrapper features.

Author:
Leif Mortenson
See Also:
Serialized Form

Method Summary
 String toString()
          Return string representation of the Error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Return string representation of the Error.

Overrides:
toString in class Throwable
Returns:
String representation of the Error.


Copyright 1999, 2010 Tanuki Software Inc., All Rights Reserved.