- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.samskivert.mustache.MustacheException
-
- com.samskivert.mustache.MustacheParseException
-
- All Implemented Interfaces:
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(String message)MustacheParseException(String message, int lineNo)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-