Most visited

Recently visited

Added in API level 1

SurfaceHolder.BadSurfaceTypeException

public static class SurfaceHolder.BadSurfaceTypeException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.view.SurfaceHolder.BadSurfaceTypeException


Exception that is thrown from lockCanvas() when called on a Surface whose type is SURFACE_TYPE_PUSH_BUFFERS.

Summary

Public constructors

SurfaceHolder.BadSurfaceTypeException()
SurfaceHolder.BadSurfaceTypeException(String name)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

SurfaceHolder.BadSurfaceTypeException

Added in API level 1
SurfaceHolder.BadSurfaceTypeException ()

SurfaceHolder.BadSurfaceTypeException

Added in API level 1
SurfaceHolder.BadSurfaceTypeException (String name)

Parameters
name String

Hooray!