Called if any exception occurs during the transform between the {@link TemplateTransformModel#getWriter(java.io.Writer,java.util.Map)} calland the {@link java.io.Writer#close()} call.
@param t the throwable that represents the exception. It can be any non-checked throwable, as well as {@link TemplateException} and {@link java.io.IOException}.
@throws Throwable is recommended that the methods rethrow the received throwable. If the method wants to throw another throwable, it should either throw a non-checked throwable, or an instance of {@link TemplateException} and {@link java.io.IOException}. Throwing any other checked exception will cause the engine to rethrow it as a {@link java.lang.reflect.UndeclaredThrowableException}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.