Class FreemarkerProcessingService.TemplateProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.vitro.webapp.services.freemarker.FreemarkerProcessingService.TemplateProcessingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FreemarkerProcessingService.TemplateParsingException
- Enclosing interface:
- FreemarkerProcessingService
public static class FreemarkerProcessingService.TemplateProcessingException extends Exception
Indicates a failure to render the given template with the given data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateProcessingException()TemplateProcessingException(String message)TemplateProcessingException(String message, Throwable cause)TemplateProcessingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-