Serialized Form
-
Package com.samskivert.mustache
-
Class com.samskivert.mustache.MustacheException extends java.lang.RuntimeException implements Serializable
-
Class com.samskivert.mustache.MustacheException.Context extends MustacheException implements Serializable
-
Serialized Fields
-
key
java.lang.String key
The key that caused the problem. -
lineNo
int lineNo
The line number of the template on which the problem occurred.
-
-
-
Class com.samskivert.mustache.MustacheParseException extends MustacheException implements Serializable
-