|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.VaadinServiceSession.ApplicationError
public class VaadinServiceSession.ApplicationError
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.
| 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 |
|---|
public VaadinServiceSession.ApplicationError(java.lang.Throwable throwable)
| Method Detail |
|---|
public java.lang.Throwable getThrowable()
Terminal.ErrorEvent
getThrowable in interface Terminal.ErrorEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||