FileDocCategorySizeDatePackage
RSDriverException.javaAPI DocAndroid 5.1 API872Thu Mar 12 22:22:42 GMT 2015android.renderscript

RSDriverException

public class RSDriverException extends RSRuntimeException
Base class for all exceptions thrown by the Android RenderScript

Fields Summary
Constructors Summary
public RSDriverException(String string)

        super(string);
    
Methods Summary