Added in API level 11
Deprecated in API level 19

SurfaceTexture.OutOfResourcesException

public static class SurfaceTexture.OutOfResourcesException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.graphics.SurfaceTexture.OutOfResourcesException


This class was deprecated in API level 19.
No longer thrown. Surface.OutOfResourcesException is used instead.

Exception thrown when a SurfaceTexture couldn't be created or resized.

Summary

Public constructors

OutOfResourcesException()
OutOfResourcesException(String name)

Inherited methods

Public constructors

OutOfResourcesException

Added in API level 11
public OutOfResourcesException ()

OutOfResourcesException

Added in API level 11
public OutOfResourcesException (String name)

Parameters
name String