public class ComponentStrings extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toString(Component component,
Throwable location)
Creates a location stacktrace string representation for the component for reference when the
render check fails.
|
public static String toString(Component component, Throwable location)
location
is used as a verb in the rendered string. Use
"added", "constructed" or similar verbs as values.component
- the component that was constructed or added and failed to renderlocation
- the location where the component was created or added in the java code.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.