public class MustacheException extends RuntimeException
| Constructor and Description |
|---|
MustacheException() |
MustacheException(Exception e,
TemplateContext context) |
MustacheException(String message) |
MustacheException(String message,
TemplateContext context) |
MustacheException(String message,
Throwable throwable) |
MustacheException(String message,
Throwable throwable,
TemplateContext context) |
MustacheException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
TemplateContext |
getContext() |
String |
getMessage() |
void |
setContext(TemplateContext context) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MustacheException()
public MustacheException(String message)
public MustacheException(String message, Throwable throwable, TemplateContext context)
public MustacheException(Throwable throwable)
public MustacheException(String message, TemplateContext context)
public MustacheException(Exception e, TemplateContext context)
public String getMessage()
getMessage in class Throwablepublic void setContext(TemplateContext context)
public TemplateContext getContext()
Copyright © 2018. All rights reserved.