java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.samskivert.mustache.MustacheException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MustacheException.Context
,MustacheParseException
An exception thrown when an error occurs parsing or executing a Mustache template.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An exception thrown if we encounter a context error (e.g. -
Constructor Summary
ConstructorsConstructorDescriptionMustacheException
(String message) MustacheException
(String message, Throwable cause) MustacheException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MustacheException
-
MustacheException
-
MustacheException
-