public int shellExecute(String operation, String file, String parameters,
String directory, int SW_const) throws PlatformManagerException {
try {
return access.shellExecute(operation, file, parameters, directory, SW_const);
} catch (Throwable e) {
throw( new PlatformManagerException( "Failed to shellExecute", e ));
}
}