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!)