Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
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

SurfaceTexture.OutOfResourcesException()
SurfaceTexture.OutOfResourcesException(String name)

Inherited methods

Public constructors

SurfaceTexture.OutOfResourcesException

Added in API level 11
public SurfaceTexture.OutOfResourcesException ()

SurfaceTexture.OutOfResourcesException

Added in API level 11
public SurfaceTexture.OutOfResourcesException (String name)

Parameters
name String