com.vaadin.terminal.gwt.server
Class AbstractApplicationServlet.RequestError

java.lang.Object
  extended by com.vaadin.terminal.gwt.server.AbstractApplicationServlet.RequestError
All Implemented Interfaces:
Terminal.ErrorEvent, Serializable
Enclosing class:
AbstractApplicationServlet

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

See Also:
Serialized Form

Constructor Summary
AbstractApplicationServlet.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

AbstractApplicationServlet.RequestError

public AbstractApplicationServlet.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


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.