- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.samskivert.mustache.MustacheException
-
- com.samskivert.mustache.MustacheParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class MustacheParseException extends MustacheException
An exception thrown if we encounter an error while parsing a template.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.samskivert.mustache.MustacheException
MustacheException.Context
-
-
Constructor Summary
Constructors Constructor Description MustacheParseException(java.lang.String message)
MustacheParseException(java.lang.String message, int lineNo)
-