Package com.vaadin.swingkit.core
Class EmbeddedBrowserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.swingkit.core.EmbeddedBrowserException
- All Implemented Interfaces:
Serializable
Exception produced when something goes wrong trying to call the embedded
browser javascript function that allows Vaadin to Swing communication.
- Author:
- Vaadin Ltd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmbeddedBrowserException
- Parameters:
message- The message of the exception
-