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

RSInvalidStateException

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