// for BrowserTableaus, but there is not much to be done
// about it since we do not have a platform independent way
// of communicating with the browser that we invoke.
setContainer(null);
} catch (KernelException ex2) {
throw new InvalidStateException((Nameable) null, ex2,
"setContainer(null) failed, url was " + url);
}
} catch (IOException ex) {
throw new InvalidStateException((Nameable) null, ex,
"Failed to handle '" + url + "': ");
}
}