| package de.ids_mannheim.korap.config; | |
| /** | |
| * @author hanl | |
| * @date 10/02/2016 | |
| */ | |
| // todo: | |
| // run simple queries to determine the exception cause (e.g. policy could not be created because resource doesnt exist, etc.) | |
| public class ExceptionBuilder { | |
| // use sqlbuilder to build the respective query (one instance per dao interface) | |
| } |