Class TemplateMergeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.thucydides.model.reports.templates.TemplateMergeException
All Implemented Interfaces:
Serializable

public class TemplateMergeException extends Exception
An error that occurs during template merging, such as a template parsing error.
See Also:
  • Constructor Details

    • TemplateMergeException

      public TemplateMergeException(String message, Exception cause)