public class CompileException extends RythmException
| Modifier and Type | Class and Description |
|---|---|
static class |
CompileException.CompilerException |
errorMessage, javaLineNumber, javaSource, javaSourceInfo, originalMessage, templateLineNumber, templateName, templateSource, templateSourceInfo| Constructor and Description |
|---|
CompileException(RythmEngine engine,
org.rythmengine.internal.compiler.TemplateClass tc,
int javaLineNumber,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static CompileException.CompilerException |
compilerException(String className,
int line,
String message) |
String |
errorDesc() |
String |
errorTitle() |
clearDetailErrorMessage, getJavaSource, getMessage, getSimpleMessage, getTemplateName, getTemplateSource, javaSourceInfo, templateSourceInfofillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompileException(RythmEngine engine, org.rythmengine.internal.compiler.TemplateClass tc, int javaLineNumber, String message)
public static CompileException.CompilerException compilerException(String className, int line, String message)
public String errorTitle()
errorTitle in class RythmExceptionpublic String errorDesc()
errorDesc in class RythmExceptionCopyright © 2015. All Rights Reserved.