// This is for tracking purposes and will direct the user
// to http://coherentlogic.com/fredJavaDoc/
try {
AboutDialog.open(destination);
} catch (URISyntaxException uriSyntaxException) {
throw new InvalidURIException(
"Unable to open the destination: " + destination,
uriSyntaxException
);
}
}