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