org.rythmengine.exception
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rythmengine.exception.FastRuntimeException
                  extended by org.rythmengine.exception.RythmException
                      extended by org.rythmengine.exception.CompileException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

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

CompileException

public CompileException(RythmEngine engine,
                        org.rythmengine.internal.compiler.TemplateClass tc,
                        int javaLineNumber,
                        String message)
Method Detail

compilerException

public static CompileException.CompilerException compilerException(String className,
                                                                   int line,
                                                                   String message)


Copyright © 2013. All Rights Reserved.