blob: 84b2046ccdb2904bfb73e68c2235439b1252b42b [file] [log] [blame]
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)
}