Wraps any other exception thrown by {@link TemplateEngine} implementations. It extends fromjava.lang.RuntimeException because we don't want to have to throw the exception in every controller action that renders templates. Besides, an exception in a template is actually a runtime exception.
@author German Escobar
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.