com.teamdev.jxbrowser
Class UnsupportedBrowserTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getType
public BrowserType getType()