org.thymeleaf.exceptions
Class TemplateEngineException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.thymeleaf.exceptions.TemplateEngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyInitializedException, ConfigurationException, NotInitializedException, ParserInitializationException, TemplateProcessingException

public abstract class TemplateEngineException
extends RuntimeException

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

Constructor Summary
protected TemplateEngineException(String message)
           
protected TemplateEngineException(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

TemplateEngineException

protected TemplateEngineException(String message,
                                  Throwable cause)

TemplateEngineException

protected TemplateEngineException(String message)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.