Class AparapiBrokenBarrierException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AparapiBrokenBarrierException
    extends java.lang.RuntimeException
    Exception is thrown when an Aparapi kernel is executing in Java mode, and a barrier cannot be completed due to threads that die during its execution. Aparapi ensures execution won't deadlock due to such an event, resulting in fail-fast code, and allowing easy perception of the failure cause. One such case is when an Aparapi kernel accesses outside a valid array position.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • 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

      • AparapiBrokenBarrierException

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

        public AparapiBrokenBarrierException​(java.lang.Throwable cause)
      • AparapiBrokenBarrierException

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

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