try {
IJdProcessExceptionHandler jdProcessExceptionHandler = JdProcessExceptionHandlerLoader.load("org.apache.uima.ducc.common.jd.plugin.example.ExampleJdProcessExceptionHandler");
CAS cas = null;
Exception e = null;
Properties p = null;
jdProcessExceptionHandler.handle("test002",cas, e, p);
} catch (ClassNotFoundException e) {
e.printStackTrace();
fail("Exception");
} catch (IllegalAccessException e) {
e.printStackTrace();