File
Doc
Category
Size
Date
Package
RSInvalidStateException.java
API Doc
Android 5.1 API
884
Thu Mar 12 22:22:42 GMT 2015
android.renderscript
RSInvalidStateException
java.lang.Object
RSRuntimeException
public class RSInvalidStateException extends RSRuntimeException
Base class for all exceptions thrown by the Android RenderScript
Fields Summary
Constructors Summary
public RSInvalidStateException
(
String
string)
super(string);
Methods Summary
Java Code Source