Class TemplateProcessorException

  • All Implemented Interfaces:
    Serializable

    public class TemplateProcessorException
    extends RuntimeException
    This will throw when there's an exception occurs in the template processing step in any implementation of the TemplateProcessor
    See Also:
    Serialized Form
    • Constructor Detail

      • TemplateProcessorException

        public TemplateProcessorException​(String message)
      • TemplateProcessorException

        public TemplateProcessorException​(String message,
                                          Throwable cause)