org.thymeleaf.exceptions
Class TemplateProcessingException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.thymeleaf.exceptions.TemplateEngineException
                  extended by org.thymeleaf.exceptions.TemplateProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttrProcessorException, EntityResolutionException, ExpressionEvaluationException, InvalidLocaleException, NoAvailableProcessorException, OutputCreationException, ParserInitializationException, ParsingException, TagProcessorException, TemplateInputException, ValueProcessorException

public class TemplateProcessingException
extends TemplateEngineException

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

Constructor Summary
TemplateProcessingException(String message)
           
TemplateProcessingException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateProcessingException

public TemplateProcessingException(String message,
                                   Throwable cause)

TemplateProcessingException

public TemplateProcessingException(String message)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.