juzu.template
Class TemplateExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by juzu.impl.plugin.application.ApplicationException
                  extended by juzu.template.TemplateExecutionException
All Implemented Interfaces:
Serializable

public class TemplateExecutionException
extends juzu.impl.plugin.application.ApplicationException

An exception that denotes a template execution exception.

Version:
$Revision$
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
TemplateExecutionException(String templateId, juzu.impl.common.Location location, String text, String message, Throwable cause)
           
TemplateExecutionException(String templateId, juzu.impl.common.Location location, String text, Throwable cause)
           
 
Method Summary
 Integer getLineNumber()
           
 String getMessage()
           
 String getText()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateExecutionException

public TemplateExecutionException(String templateId,
                                  juzu.impl.common.Location location,
                                  String text,
                                  String message,
                                  Throwable cause)

TemplateExecutionException

public TemplateExecutionException(String templateId,
                                  juzu.impl.common.Location location,
                                  String text,
                                  Throwable cause)
Method Detail

getText

public String getText()

getLineNumber

public Integer getLineNumber()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013 eXo Platform SAS. All Rights Reserved.