java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.samskivert.mustache.MustacheException
com.samskivert.mustache.MustacheException.Context
- All Implemented Interfaces:
Serializable
- Enclosing class:
MustacheException
An exception thrown if we encounter a context error (e.g. a missing variable) while
compiling or executing a template.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.samskivert.mustache.MustacheException
MustacheException.Context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
key
The key that caused the problem. -
lineNo
public final int lineNoThe line number of the template on which the problem occurred.
-
-
Constructor Details
-
Context
-
Context
-