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