0 votes
in Android by
What are the exceptions in android?

1 Answer

0 votes
by

InflateException: When error conditions occur this exception is thrown.

Surface.OutOfResourceException: When a Surface is not created or resized, this exception is thrown.

SurfaceHolder.BadSurfaceTypeException: When invoked on a Surface ‘SURFACE_TYPE_PUSH_BUFFERS’, this exception is thrown from lockCanvas() method.

WindowManager.BadTokenException: This exception is thrown at the time of trying to view an invalid WindowManager.LayoutParamstoken

Related questions

0 votes
asked Aug 31, 2023 in Android by Robindeniel
+1 vote
asked Jan 14, 2021 in Android by RShastri
...