We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.
Class Application.ApplicationError
java.lang.Object
com.vaadin.Application.ApplicationError
All Implemented Interfaces:
Enclosing class:
- extends Object
- implements Terminal.ErrorEvent
public class Application.ApplicationError
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:
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()
- Specified by:
getThrowable
in interfaceTerminal.ErrorEvent
Description copied from interface: Terminal.ErrorEvent
Gets the contained throwable, the cause of the error.