juzu.template
Class TemplateExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
juzu.impl.plugin.application.ApplicationException
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
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)
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.