Class TemplateEngineProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.component.template.engine.TemplateEngineProcessException
- All Implemented Interfaces:
Serializable
The Class TemplateEngineProcessException.
Created: 2016. 01. 23.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new TemplateEngineProcessException.TemplateEngineProcessException
(String msg, Throwable cause) Instantiates a new TemplateEngineProcessException.Instantiates a new TemplateEngineProcessException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.- Parameters:
msg
- the detail message
-
TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.- Parameters:
msg
- the detail messagecause
- the root cause
-
TemplateEngineProcessException
Instantiates a new TemplateEngineProcessException.- Parameters:
cause
- the root cause
-