Class TemplateException.NoTemplateEngine
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.template.exception.TemplateException
dev.voidframework.template.exception.TemplateException.NoTemplateEngine
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TemplateException
Exception indicates that template engine wasn't found.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.template.exception.TemplateException
TemplateException.DataModelNotProvided, TemplateException.NoTemplateEngine, TemplateException.RenderingFailure, TemplateException.TemplateEngineInitFailure -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoTemplateEngine
public NoTemplateEngine()Build a new instance.
-