public class

ProtoLayoutInflater.ViewMutationException

extends java.lang.RuntimeException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.lang.RuntimeException

↳androidx.wear.protolayout.renderer.inflater.ProtoLayoutInflater.ViewMutationException

Overview

Exception that will be thrown when applying a mutation to a View fails.

Summary

Constructors
publicViewMutationException(java.lang.String message)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public ViewMutationException(java.lang.String message)