org.thymeleaf.exceptions
Class TemplateOutputException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.thymeleaf.exceptions.TemplateEngineException
                  extended by org.thymeleaf.exceptions.TemplateProcessingException
                      extended by org.thymeleaf.exceptions.TemplateOutputException
All Implemented Interfaces:
java.io.Serializable

public class TemplateOutputException
extends TemplateProcessingException

Since:
1.0
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
TemplateOutputException(String message)
           
TemplateOutputException(String message, String templateName)
           
TemplateOutputException(String message, String templateName, Throwable cause)
           
TemplateOutputException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.thymeleaf.exceptions.TemplateProcessingException
getLineNumber, getMessage, getTemplateName, hasLineNumber, hasTemplateName, setLineNumber, setTemplateName
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateOutputException

public TemplateOutputException(String message)

TemplateOutputException

public TemplateOutputException(String message,
                               Throwable cause)

TemplateOutputException

public TemplateOutputException(String message,
                               String templateName,
                               Throwable cause)

TemplateOutputException

public TemplateOutputException(String message,
                               String templateName)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.