Home
last modified time | relevance | path

Searched refs:JSilverCompilationException (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJSilverCompilationException.java24 public class JSilverCompilationException extends JSilverException { class
25 public JSilverCompilationException(String message, Throwable cause) { in JSilverCompilationException() method in JSilverCompilationException
29 public JSilverCompilationException(String message) { in JSilverCompilationException() method in JSilverCompilationException
DTemplateCompiler.java120 throws JSilverCompilationException { in compileAndLoad()
147 throws JSilverCompilationException { in throwExceptionWithLotsOfDiagnosticInfo()
156 throw new JSilverCompilationException(message.toString(), cause); in throwExceptionWithLotsOfDiagnosticInfo()
DJavaExpression.java80 throw new JSilverCompilationException("Cannot cast to 'Data' for expression:\n" in cast()
101 throw new JSilverCompilationException("Cannot cast to 'DataContext' for expression:\n" in cast()
109 throw new JSilverCompilationException("Cannot cast to 'Macro' for expression:\n" in cast()