edu.stanford.ejalbert.exception
Class UnsupportedOperatingSystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.stanford.ejalbert.exception.UnsupportedOperatingSystemException
All Implemented Interfaces:
Serializable

public class UnsupportedOperatingSystemException
extends Exception

Exception thrown when the Operating System is not supported by the browser launcher project.

Author:
Markus Gebhard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UnsupportedOperatingSystemException(String message)
           
UnsupportedOperatingSystemException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedOperatingSystemException

public UnsupportedOperatingSystemException(String message)

UnsupportedOperatingSystemException

public UnsupportedOperatingSystemException(Throwable cause)