org.rythmengine.exception
Class ParseException

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.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TemplateParser.ComplexExpressionException, TemplateParser.NoFreeLoopException, TemplateParser.ScriptingDisabledException, TemplateParser.TypeDeclarationException

public class ParseException
extends RythmException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rythmengine.exception.RythmException
errorMessage, javaLineNumber, javaSource, javaSourceInfo, originalMessage, templateLineNumber, templateName, templateSource, templateSourceInfo
 
Constructor Summary
ParseException(RythmEngine engine, org.rythmengine.internal.compiler.TemplateClass tc, int line, String message, Object... args)
           
ParseException(RythmEngine engine, Throwable cause, org.rythmengine.internal.compiler.TemplateClass tc, int line, String message, Object... args)
           
 
Method Summary
 
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

ParseException

public ParseException(RythmEngine engine,
                      org.rythmengine.internal.compiler.TemplateClass tc,
                      int line,
                      String message,
                      Object... args)

ParseException

public ParseException(RythmEngine engine,
                      Throwable cause,
                      org.rythmengine.internal.compiler.TemplateClass tc,
                      int line,
                      String message,
                      Object... args)


Copyright © 2013. All Rights Reserved.