public final class RenderException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static RenderException |
create(String message) |
static RenderException |
create(String message,
Throwable cause) |
static RenderException |
createFromRenderException(String message,
RenderException cause,
SoyNode node) |
static RenderException |
createWithSource(String message,
SoyNode source) |
static RenderException |
createWithSource(String message,
Throwable cause,
SoyNode source) |
Throwable |
fillInStackTrace() |
void |
finalizeStackTrace(Throwable t)
Finalize the stack trace by prepending the soy stack trace to the given Throwable.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static RenderException create(String message)
public static RenderException create(String message, Throwable cause)
public static RenderException createWithSource(String message, SoyNode source)
public static RenderException createWithSource(String message, @Nullable Throwable cause, SoyNode source)
public static RenderException createFromRenderException(String message, RenderException cause, SoyNode node)
public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic void finalizeStackTrace(Throwable t)