com.vaadin.terminal.gwt.client.


Class ClientExceptionHandler

java.lang.Object
  com.vaadin.terminal.gwt.client.ClientExceptionHandler
Deprecated.

@Deprecated
public class ClientExceptionHandler
extends Object

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.