Home
last modified time | relevance | path

Searched refs:ERRORMSG_START (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java99 String ERRORMSG_START = "directive.include.output_error_start"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DInclude.java127 outputMsgStart = rsvc.getString(RuntimeConstants.ERRORMSG_START); in init()