We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Class ClientExceptionHandler
java.lang.Object
com.vaadin.terminal.gwt.client.ClientExceptionHandler
Deprecated.
- extends Object
@Deprecated
public class ClientExceptionHandler
Constructor Summary | |
---|---|
ClientExceptionHandler()
Deprecated. |
Method Summary | |
---|---|
static void |
displayError(String msg)
Deprecated. |
static void |
displayError(String msg,
Throwable e)
Deprecated. |
static void |
displayError(Throwable e)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ClientExceptionHandler
public ClientExceptionHandler()
Deprecated.
Method Detail |
---|
displayError
public static void displayError(Throwable e)
Deprecated.
displayError
@Deprecated
public static void displayError(String msg)
Deprecated.
displayError
@Deprecated
public static void displayError(String msg,
Throwable e)
Deprecated.