com.vaadin.server
Class VaadinPortlet.RequestError

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

public class VaadinPortlet.RequestError
extends java.lang.Object
implements Terminal.ErrorEvent, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
VaadinPortlet.RequestError(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.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

VaadinPortlet.RequestError

public VaadinPortlet.RequestError(java.lang.Throwable throwable)
Method Detail

getThrowable

public java.lang.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.