|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TemplateRuntimeHandler.Severity>
freemarker.template.TemplateRuntimeHandler.Severity
public static enum TemplateRuntimeHandler.Severity
Enumerates the severity of a runtime template error.
| Enum Constant Summary | |
|---|---|
DEPRECATION
Used whenever a deprecated construct is encountered. |
|
ERROR
A severe error has occurred, that may prevent FM-Classic from processing the template. |
|
WARNING
An error that is non-critical to the continuation of processing. |
|
| Method Summary | |
|---|---|
static TemplateRuntimeHandler.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TemplateRuntimeHandler.Severity[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TemplateRuntimeHandler.Severity ERROR
public static final TemplateRuntimeHandler.Severity WARNING
public static final TemplateRuntimeHandler.Severity DEPRECATION
| Method Detail |
|---|
public static TemplateRuntimeHandler.Severity[] values()
for (TemplateRuntimeHandler.Severity c : TemplateRuntimeHandler.Severity.values()) System.out.println(c);
public static TemplateRuntimeHandler.Severity valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||