java.io.Serializablepublic class TemplateNotFoundException extends TemplateException
| Constructor | Description |
|---|---|
TemplateNotFoundException(java.lang.String templateId) |
Instantiates a new TemplateNotFoundException.
|
TemplateNotFoundException(java.lang.String templateId,
java.lang.Throwable cause) |
Instantiates a new TemplateNotFoundException.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getTemplateId() |
Gets the template id.
|
public TemplateNotFoundException(java.lang.String templateId)
templateId - the template idpublic TemplateNotFoundException(java.lang.String templateId,
java.lang.Throwable cause)
templateId - the template idcause - the root causeCopyright © 2008–2018 The Aspectran Project. All rights reserved.