public class CompileException extends RythmException
Created by IntelliJ IDEA. User: luog Date: 14/02/12 Time: 7:47 AM To change this template use File | Settings | File Templates.
| 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,
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, TemplateClass tc, int javaLineNumber, String message)
construct a compile exception
engine - tc - javaLineNumber - message - public static CompileException.CompilerException compilerException(String className, int line, String message)
create a compiler exception for the given className, line number and message
className - line - message - public String errorTitle()
errorTitle in class RythmExceptionpublic String errorDesc()
errorDesc in class RythmExceptionCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.