Class TemplateAssertionException

  • All Implemented Interfaces:

    public class TemplateAssertionException
    extends 

    Exception raised when a template assertion is not valid.

    In the Standard Dialects, this exception might be raised by the th:assert attribute.

    Since:
    2.1.0
    Author:
    Daniel Fernández
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       assertionExpression,  templateName)  
       assertionExpression,  templateName, int line, int col)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • TemplateAssertionException

        public TemplateAssertionException​( assertionExpression,
                                           templateName,
                                          int line,
                                          int col)
      • TemplateAssertionException

        public TemplateAssertionException​( assertionExpression,
                                           templateName)