new Object[] {new Integer((int)((autoDelay != null) ?
autoDelay.getValue() :
0))},
new Class[] {Integer.TYPE});
} catch(InvocationTargetException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
} catch(IllegalStateException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
} catch(NoSuchMethodException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
} catch(IllegalAccessException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
} catch(ClassNotFoundException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
} catch(InstantiationException e) {
throw(new JemmyException("Exception during java.awt.Robot accessing", e));
}
}