public final class SoyCompilationException extends RuntimeException
getErrors().| Constructor and Description |
|---|
SoyCompilationException(Iterable<SoyError> errors) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SoyError> |
getErrors()
Returns the list of errors in sorted order.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic com.google.common.collect.ImmutableList<SoyError> getErrors()
public String getMessage()
getMessage in class Throwable