try {
resource = structure.retrieve (slideToken, resourceUri);
parseOneObject (resource, 0);
}
catch (StructureException e) {
throw new InvalidScopeException
("scope " + resourceUri + " is invalid");
}
catch (Exception e) {
throw new BadQueryException (e.getMessage());
}