public class

DynamicTypeEvaluator.EvaluationException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.wear.protolayout.expression.pipeline.DynamicTypeEvaluator.EvaluationException

Overview

Exception thrown when the binding of a DynamicTypeBindingRequest fails.

Summary

Constructors
publicEvaluationException(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 EvaluationException(java.lang.String message)