| Package | Description |
|---|---|
| com.google.template.soy.error |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<SoyError> |
ErrorReporter.getErrors()
Returns all the errors reported so far.
|
com.google.common.collect.ImmutableList<SoyError> |
SoyCompilationException.getErrors()
Returns the list of errors in sorted order.
|
abstract com.google.common.collect.ImmutableList<SoyError> |
ErrorReporter.getWarnings()
Returns all the warnings reported so far.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SoyError.compareTo(SoyError o) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SoyErrors.formatErrors(Iterable<SoyError> errors)
Formats the errors in a standard way for displaying to a user.
|
| Constructor and Description |
|---|
SoyCompilationException(Iterable<SoyError> errors) |