Package org.tanukisoftware.wrapper
Class WrapperJNIError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- 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:
- Tanuki Software Development Team <support@tanukisoftware.com>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
Return string representation of the Error.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-