com.vaadin.


Class Application.ApplicationError

java.lang.Object
  com.vaadin.Application.ApplicationError

All Implemented Interfaces:

Terminal.ErrorEvent, Serializable

Enclosing class:

Application

public class Application.ApplicationError
extends 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 message type should be used. This indicates that the problem is caused by the application - not by the user.

See Also:

Serialized Form

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

Application.ApplicationError

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