com.teamdev.jxbrowser
Class UnsupportedBrowserTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.teamdev.jxbrowser.UnsupportedBrowserTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedBrowserTypeException
extends java.lang.RuntimeException

Thrown when required browser type is unsupported by platform or JxBrowser distribution.

See Also:
Serialized Form

Constructor Summary
UnsupportedBrowserTypeException(BrowserType type)
           
UnsupportedBrowserTypeException(BrowserType type, java.lang.String message)
           
UnsupportedBrowserTypeException(BrowserType type, java.lang.Throwable cause)
           
UnsupportedBrowserTypeException(java.lang.String message)
           
UnsupportedBrowserTypeException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedBrowserTypeException(java.lang.Throwable cause)
           
 
Method Summary
 BrowserType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(BrowserType type)

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(java.lang.String message)

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(java.lang.String message,
                                       java.lang.Throwable cause)

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(java.lang.Throwable cause)

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(BrowserType type,
                                       java.lang.Throwable cause)

UnsupportedBrowserTypeException

public UnsupportedBrowserTypeException(BrowserType type,
                                       java.lang.String message)
Method Detail

getType

public BrowserType getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable