This method is called after all parsing methods have been called, to allow Rules to remove temporary data. @throws Exception if an error occurs while processing the event
()
| 154 | * @throws Exception if an error occurs while processing the event |
| 155 | */ |
| 156 | public void finish() throws Exception { |
| 157 | // NO-OP by default. |
| 158 | } |
| 159 | } |