|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rythmengine.exception.FastRuntimeException
org.rythmengine.exception.RythmException
org.rythmengine.exception.CompileException
public class CompileException
Created by IntelliJ IDEA. User: luog Date: 14/02/12 Time: 7:47 AM To change this template use File | Settings | File Templates.
Nested Class Summary | |
---|---|
static class |
CompileException.CompilerException
|
Field Summary |
---|
Fields inherited from class org.rythmengine.exception.RythmException |
---|
errorMessage, javaLineNumber, javaSource, javaSourceInfo, originalMessage, templateLineNumber, templateName, templateSource, templateSourceInfo |
Constructor Summary | |
---|---|
CompileException(RythmEngine engine,
org.rythmengine.internal.compiler.TemplateClass tc,
int javaLineNumber,
String message)
|
Method Summary | |
---|---|
static CompileException.CompilerException |
compilerException(String className,
int line,
String message)
|
Methods inherited from class org.rythmengine.exception.RythmException |
---|
clearDetailErrorMessage, getJavaSource, getMessage, getSimpleMessage, getTemplateName, getTemplateSource, javaSourceInfo, templateSourceInfo |
Methods inherited from class org.rythmengine.exception.FastRuntimeException |
---|
fillInStackTrace |
Methods inherited from class java.lang.Throwable |
---|
getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompileException(RythmEngine engine, org.rythmengine.internal.compiler.TemplateClass tc, int javaLineNumber, String message)
Method Detail |
---|
public static CompileException.CompilerException compilerException(String className, int line, String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |