public class MalformedTemplateNameException
extends java.io.IOException
TemplateNameFormat in use. Note that for
backward compatibility, TemplateNameFormat.DEFAULT_2_3_0 doesn't throw this exception,
TemplateNameFormat.DEFAULT_2_4_0 does. This exception extends IOException for backward compatibility.TemplateNotFoundException,
Configuration.getTemplate(String),
Serialized Form| Constructor | Description |
|---|---|
MalformedTemplateNameException(java.lang.String templateName,
java.lang.String malformednessDescription) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMalformednessDescription() |
|
java.lang.String |
getTemplateName() |