- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.samskivert.mustache.MustacheException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MustacheException.Context
,MustacheParseException
public class MustacheException extends java.lang.RuntimeException
An exception thrown when an error occurs parsing or executing a Mustache template.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MustacheException.Context
An exception thrown if we encounter a context error (e.g.
-
Constructor Summary
Constructors Constructor Description MustacheException(java.lang.String message)
MustacheException(java.lang.String message, java.lang.Throwable cause)
MustacheException(java.lang.Throwable cause)
-