public static class MustacheException.Context extends MustacheException
MustacheException.Context| Modifier and Type | Field and Description |
|---|---|
String |
key
The key that caused the problem.
|
int |
lineNo
The line number of the template on which the problem occurred.
|
| Constructor and Description |
|---|
Context(String message,
String key,
int lineNo) |
Context(String message,
String key,
int lineNo,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final String key
public final int lineNo
Copyright © 2016. All rights reserved.