Most visited

Recently visited

RSDriverException

public class RSDriverException
extends RSRuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.v8.renderscript.RSRuntimeException
           ↳ android.support.v8.renderscript.RSDriverException


Base class for all exceptions thrown by the Android RenderScript

Summary

Public constructors

RSDriverException(String string)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

RSDriverException

RSDriverException (String string)

Parameters
string String

Hooray!