org.thymeleaf.exceptions
Class AttrProcessorException

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.AttrProcessorException
All Implemented Interfaces:
Serializable

public class AttrProcessorException
extends TemplateProcessingException

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

Constructor Summary
AttrProcessorException(String message)
           
AttrProcessorException(String message, String templateName)
           
AttrProcessorException(String message, String templateName, Integer lineNumber)
           
AttrProcessorException(String message, String templateName, Integer lineNumber, Throwable cause)
           
AttrProcessorException(String message, String templateName, String expression)
           
AttrProcessorException(String message, String templateName, String expression, Integer lineNumber)
           
AttrProcessorException(String message, String templateName, String expression, Integer lineNumber, Throwable cause)
           
AttrProcessorException(String message, String templateName, String expression, Throwable cause)
           
AttrProcessorException(String message, String templateName, Throwable cause)
           
AttrProcessorException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.thymeleaf.exceptions.TemplateProcessingException
getExpression, getLineNumber, getMessage, getTemplateName, specifyExpression, specifyExpressionAndLineNumber, specifyLineNumber
 
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

AttrProcessorException

public AttrProcessorException(String message)

AttrProcessorException

public AttrProcessorException(String message,
                              Throwable cause)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              Integer lineNumber,
                              Throwable cause)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              Integer lineNumber)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              String expression,
                              Integer lineNumber,
                              Throwable cause)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              String expression,
                              Integer lineNumber)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              String expression,
                              Throwable cause)

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName,
                              String expression)

AttrProcessorException

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

AttrProcessorException

public AttrProcessorException(String message,
                              String templateName)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.