Added in API level 11
Deprecated in API level 19

OutOfResourcesException

open class OutOfResourcesException : Exception
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.graphics.SurfaceTexture.OutOfResourcesException

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

Summary

Public constructors

Public constructors

OutOfResourcesException

Added in API level 11
OutOfResourcesException()

OutOfResourcesException

Added in API level 11
OutOfResourcesException(name: String!)