Most visited

Recently visited

Added in API level 11

RSDriverException

public class RSDriverException
extends RSRuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.renderscript.RSRuntimeException
           ↳ android.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

Added in API level 11
RSDriverException (String string)

Parameters
string String

Hooray!