Class AparapiJNIException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AparapiJNIException
    extends java.lang.RuntimeException
    This exception is thrown by underlying Aparapi JNI native code when the JNI call fails
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AparapiJNIException​(java.lang.String message)  
      AparapiJNIException​(java.lang.String message, java.lang.Throwable cause)  
      AparapiJNIException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • AparapiJNIException

        public AparapiJNIException​(java.lang.String message)
      • AparapiJNIException

        public AparapiJNIException​(java.lang.String message,
                                   java.lang.Throwable cause)
      • AparapiJNIException

        public AparapiJNIException​(java.lang.String message,
                                   java.lang.Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)