Added in API level 1

OutOfResourcesException

open class OutOfResourcesException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.view.Surface.OutOfResourcesException

Exception thrown when a Canvas couldn't be locked with Surface#lockCanvas, or when a SurfaceTexture could not successfully be allocated.

Summary

Public constructors

Public constructors

OutOfResourcesException

Added in API level 1
OutOfResourcesException()

OutOfResourcesException

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