buttress.util
Class BrowserLauncher

java.lang.Object
  extended bybuttress.util.BrowserLauncher

public class BrowserLauncher
extends java.lang.Object


Method Summary
static void browserFailed(java.lang.Exception exc)
           
static void openURL(java.lang.String url)
          Attempts to open the default web browser to the given URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openURL

public static void openURL(java.lang.String url)
                    throws java.io.IOException
Attempts to open the default web browser to the given URL.

Parameters:
url - The URL to open
Throws:
java.io.IOException - If the web browser could not be located or does not run

browserFailed

public static void browserFailed(java.lang.Exception exc)