public class SoySyntaxExceptionUtils extends Object
Important: Do not use outside of Soy code (treat as superpackage-private).
| Modifier and Type | Method and Description |
|---|---|
static LegacyInternalSyntaxException |
associateNode(LegacyInternalSyntaxException sse,
SoyNode node)
Adds meta info to an existing LegacyInternalSyntaxException.
|
public static LegacyInternalSyntaxException associateNode(LegacyInternalSyntaxException sse, SoyNode node)
Important: Do not use outside of Soy code (treat as superpackage-private).
sse - The SoySyntaxException to add meta info to.node - The node from which to derive the exception meta info.