Class EmbeddedBrowserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.swingkit.core.EmbeddedBrowserException
All Implemented Interfaces:
Serializable

public class EmbeddedBrowserException extends RuntimeException
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 Details

    • EmbeddedBrowserException

      public EmbeddedBrowserException(String message)
      Parameters:
      message - The message of the exception