| Package | Description |
|---|---|
| com.google.template.soy.sharedpasses.render | |
| com.google.template.soy.tofu |
Java Object backend (a.k.a. Tofu).
|
| Modifier and Type | Method and Description |
|---|---|
static RenderException |
RenderException.create(String message) |
static RenderException |
RenderException.create(String message,
Throwable cause) |
static RenderException |
RenderException.createFromRenderException(String message,
RenderException cause,
SoyNode node) |
static RenderException |
RenderException.createWithSource(String message,
SoyNode source) |
static RenderException |
RenderException.createWithSource(String message,
Throwable cause,
SoyNode source) |
| Modifier and Type | Method and Description |
|---|---|
static RenderException |
RenderException.createFromRenderException(String message,
RenderException cause,
SoyNode node) |
| Constructor and Description |
|---|
SoyTofuException(RenderException re)
Creates an instance by copying a RenderException.
|