java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.samskivert.mustache.MustacheException
com.samskivert.mustache.MustacheParseException
- All Implemented Interfaces:
Serializable
An exception thrown if we encounter an error while parsing a template.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.samskivert.mustache.MustacheException
MustacheException.Context
-
Constructor Summary
ConstructorsConstructorDescriptionMustacheParseException
(String message) MustacheParseException
(String message, int lineNo) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MustacheParseException
-
MustacheParseException
-