Class TemplateRenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.component.template.TemplateException
com.aspectran.core.component.template.TemplateRenderingException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs during template rendering.
Created: 2016. 01. 15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateRenderingException
(String msg, TemplateRule templateRule) Instantiates a new TemplateRenderingException.TemplateRenderingException
(String msg, TemplateRule templateRule, Throwable cause) Instantiates a new TemplateRenderingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateRenderingException
Instantiates a new TemplateRenderingException.- Parameters:
msg
- the detail messagetemplateRule
- the template rule
-
TemplateRenderingException
Instantiates a new TemplateRenderingException.- Parameters:
msg
- the detail messagetemplateRule
- the template rulecause
- the root cause
-
-
Method Details
-
getTemplateRule
-