Sets the error message displayed when a directive fails. @param configErrMsg the error message to use
(String configErrMsg)
| 121 | * @param configErrMsg the error message to use |
| 122 | */ |
| 123 | public void setConfigErrMsg(String configErrMsg) { |
| 124 | this.configErrMsg = configErrMsg; |
| 125 | } |
| 126 | |
| 127 | |
| 128 | /** |