All Downloads are FREE. Search and download functionalities are using the official Maven repository.

at.jta.NotSupportedOSException Maven / Gradle / Ivy

Go to download

BrowserLauncher2, a continuation of the BrowserLauncher project, is a library that facilitates opening a browser from a Java application and directing the browser to a supplied url. In most cases the browser opened will be the user's default browser.

The newest version!
// $Id: NotSupportedOSException.java,v 1.1 2007/08/30 19:40:24 jchapman0 Exp $
package at.jta;

/********************************************************************************************************************************
 *
 * 

Title: Exception is thrown if you use the regor class on not windows machines

* *

Description:

* *

Copyright: Copyright (c) 2007

* *

Company: Taschek Joerg

* * @author Taschek Joerg * @version 1.0 *******************************************************************************************************************************/ public class NotSupportedOSException extends RuntimeException { /****************************************************************************************************************************** * Constructor with message to throw * @param str String *****************************************************************************************************************************/ public NotSupportedOSException(String str) { super(str); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy