FileDocCategorySizeDatePackage
RSRuntimeException.javaAPI DocAndroid 5.1 API893Thu Mar 12 22:22:56 GMT 2015android.support.v8.renderscript

RSRuntimeException

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

Fields Summary
Constructors Summary
public RSRuntimeException(String string)

        super(string);
    
Methods Summary