public class CompileException extends RythmException
| Modifier and Type | Class and Description |
|---|---|
static class |
CompileException.CompilerException
a Compiler Exception
|
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)
construct a compile exception
|
| Modifier and Type | Method and Description |
|---|---|
static CompileException.CompilerException |
compilerException(String className,
int line,
String message)
create a compiler exception for the given className, line number and 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)
engine - tc - javaLineNumber - message - public static CompileException.CompilerException compilerException(String className, int line, String message)
className - line - message - public String errorTitle()
errorTitle in class RythmExceptionpublic String errorDesc()
errorDesc in class RythmExceptionCopyright 2013-2016, The Rythm Engine project