Class AparapiJNIException

All Implemented Interfaces:
Serializable

public class AparapiJNIException extends RuntimeException
This exception is thrown by underlying Aparapi JNI native code when the JNI call fails
Author:
CoreRasurae
See Also:
  • Constructor Details

    • AparapiJNIException

      public AparapiJNIException(String message)
    • AparapiJNIException

      public AparapiJNIException(String message, Throwable cause)
    • AparapiJNIException

      public AparapiJNIException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)