- 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
public static class MustacheException.Context extends MustacheException
An exception thrown if we encounter a context error (e.g. a missing variable) while compiling or executing a template.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.samskivert.mustache.MustacheException
MustacheException.Context
-
-
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
-
-
-
-
Field Detail
-
key
public final String key
The key that caused the problem.
-
lineNo
public final int lineNo
The line number of the template on which the problem occurred.
-
-