registerAspect(aspectManager, aspectDef, definition.getParameters(aspectDef.getName()));
}
} catch (NullPointerException e) {
throw new DefinitionException("aspects not properly defined");
} catch (Exception e) {
throw new WrappedRuntimeException(e);
}
}