Package com.github.mustachejava
Class MustacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mustachejava.MustacheException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MustacheNotFoundException
Generally there is nothing you can do if it fails.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMustacheException(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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
context
-
-
Constructor Details
-
MustacheException
public MustacheException() -
MustacheException
-
MustacheException
-
MustacheException
-
MustacheException
-
MustacheException
-
MustacheException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
setContext
-
getContext
-