Hi
kriege wie im titel erwähnt eine "java.lang.InstantiationExceptionackagename.AlgorithmManager_Text2Onto" in meiner function:
weiss jemand warum?
kriege wie im titel erwähnt eine "java.lang.InstantiationExceptionackagename.AlgorithmManager_Text2Onto" in meiner function:
Code:
public Object getReflectedClass(String className) throws ClassNotFoundException, InstantiationException, IllegalAccessException{
Class a;
anObject = new Object();
a = Class.forName(className);
anObject = a.newInstance();//fehler hier
return anObject;
}
weiss jemand warum?