Class TemplateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UndefinedParameterException

public class TemplateException extends SpoonException
This runtime exception can be throws when something wrong occurs in template operations such as loading, substitution, and matching.
See Also:
Substitution, TemplateMatcher, Serialized Form
  • Constructor Details

    • TemplateException

      public TemplateException()
      Empty exception.
    • TemplateException

      public TemplateException(String message)
      Exception with a message.
    • TemplateException

      public TemplateException(Throwable cause)
      Exception with a cause.