| Class | Description |
|---|---|
| ErrorReporter |
Collects errors during parsing.
|
| ErrorReporter.Checkpoint |
Opaque token, used by
ErrorReporter.checkpoint() and ErrorReporter.errorsSince(com.google.template.soy.error.ErrorReporter.Checkpoint). |
| SoyError |
A structured error object for reporting
|
| SoyErrorKind |
Represents any syntactic or semantic error made by a Soy template author, which can be collected
during compilation and displayed back to the author.
|
| SoyErrors |
Utility methods for constructing Soy error messages.
|
| Enum | Description |
|---|---|
| SoyErrorKind.StyleAllowance |
Enum to enable exceptions to Soy error message formatting rules.
|
| Exception | Description |
|---|---|
| SoyCompilationException |
Reports on all Soy compilation errors and allows for programmatic inspection via
SoyCompilationException.getErrors(). |