java.io.SerializableTemplateNotFoundException, TemplateRuleExceptionpublic class TemplateException extends AspectranRuntimeException
Created: 2016. 01. 15.
| Constructor | Description |
|---|---|
TemplateException() |
Creates a new TemplateException without detail message.
|
TemplateException(java.lang.String msg) |
Constructs a TemplateException with the specified detail message.
|
TemplateException(java.lang.String msg,
java.lang.Throwable cause) |
Constructs a TemplateException with the specified error message and
also the specified root cause exception.
|
TemplateException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public TemplateException()
public TemplateException(java.lang.String msg)
msg - a message to associate with the exceptionpublic TemplateException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic TemplateException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.