callback.invoke(_callee, _parameters);
return;
}
catch (InvocationTargetException ex)
{
throw new DdlUtilsException(ex.getTargetException());
}
catch (IllegalAccessException ex)
{
throw new DdlUtilsException(ex);
}
}
if ((type.getSuperclass() != null) && !type.getSuperclass().equals(Object.class))
{
queue.add(type.getSuperclass());