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