| Package | Description |
|---|---|
| com.google.template.soy.error | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SoyErrorKind |
SoyError.errorKind()
The error kind.
|
static SoyErrorKind |
SoyErrorKind.of(String format,
SoyErrorKind.StyleAllowance... exceptions) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ErrorReporter.report(SourceLocation sourceLocation,
SoyErrorKind error,
Object... args)
Reports the given
error, formatted according to args and associated with the
given sourceLocation. |
abstract void |
ErrorReporter.warn(SourceLocation sourceLocation,
SoyErrorKind error,
Object... args)
Reports a warning.
|
| Modifier and Type | Field and Description |
|---|---|
static SoyErrorKind |
CommandTagAttribute.MISSING_ATTRIBUTE |
static SoyErrorKind |
CommandTagAttribute.UNSUPPORTED_ATTRIBUTE_KEY |
static SoyErrorKind |
CommandTagAttribute.UNSUPPORTED_ATTRIBUTE_KEY_SINGLE |