com.vaadin.terminal.gwt.server.


Class AbstractApplicationPortlet.RequestError

java.lang.Object
  com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.RequestError

All Implemented Interfaces:

Terminal.ErrorEvent, Serializable

Enclosing class:

AbstractApplicationPortlet

public class AbstractApplicationPortlet.RequestError
extends Object
implements Terminal.ErrorEvent, Serializable

See Also:

Serialized Form

Constructor Summary
AbstractApplicationPortlet.RequestError(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
          Gets the contained throwable, the cause of the error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractApplicationPortlet.RequestError

public AbstractApplicationPortlet.RequestError(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()

Description copied from interface: Terminal.ErrorEvent

Gets the contained throwable, the cause of the error.

Specified by:
getThrowable in interface Terminal.ErrorEvent