File
Doc
Category
Size
Date
Package
RSRuntimeException.java
API Doc
Android 5.1 API
882
Thu Mar 12 22:22:42 GMT 2015
android.renderscript
RSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Java Code Source