Searched refs:createIncludeLoopErrorMessage (Results 1 - 2 of 2) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java314 throw new JSilverInterpreterException(createIncludeLoopErrorMessage(templateName, context
349 private String createIncludeLoopErrorMessage(String templateName, Iterable<String> includeStack) { method in class:BaseCompiledTemplate
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java570 throw new JSilverInterpreterException(createIncludeLoopErrorMessage(templateName, context
582 private String createIncludeLoopErrorMessage(String templateName, Iterable<String> includeStack) { method in class:TemplateInterpreter

Completed in 62 milliseconds