Class TemplateProcessingFailureException

  • All Implemented Interfaces:
    Serializable

    public class TemplateProcessingFailureException
    extends GenerationFailureException
    Describes an issue with a particular template. Unlike GenerationFailureException, doesn't necessarily mean that the whole generation process shall stop. This exception is generally handled at the rule's level, and is not itself exposed to an end-user. FIXME now it's thrown to indicate structure issues with template models, which can (and shall) be checked statically, with model validation, hence there seems to be no reason to propagate this explicitly
    See Also:
    Serialized Form