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:
  • Method Details

    • toString

      public String toString()
      Return string representation of the Error.
      Overrides:
      toString in class Throwable
      Returns:
      String representation of the Error.