com.vaadin.server
Class VaadinServiceSession.ApplicationError

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

public class VaadinServiceSession.ApplicationError
extends java.lang.Object
implements Terminal.ErrorEvent

Application error is an error message defined on the application level. When an error occurs on the application level, this error message4 type should be used. This indicates that the problem is caused by the application - not by the user.

See Also:
Serialized Form

Constructor Summary
VaadinServiceSession.ApplicationError(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

VaadinServiceSession.ApplicationError

public VaadinServiceSession.ApplicationError(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.