Uses of Class
com.vaadin.client.bootstrap.ErrorMessage
Packages that use ErrorMessage
-
Uses of ErrorMessage in com.vaadin.client
Methods in com.vaadin.client that return ErrorMessageModifier and TypeMethodDescriptionApplicationConfiguration.getSessionExpiredError()Gets the message used when a session expiration error occurs.Methods in com.vaadin.client with parameters of type ErrorMessageModifier and TypeMethodDescriptionprotected voidSystemErrorHandler.handleUnrecoverableError(String details, ErrorMessage message) Shows an error notification for an error which is unrecoverable.voidApplicationConfiguration.setSessionExpiredError(ErrorMessage sessionExpiredError) Sets the message used when a session expiration error occurs. -
Uses of ErrorMessage in com.vaadin.client.bootstrap
Methods in com.vaadin.client.bootstrap that return ErrorMessageModifier and TypeMethodDescriptionJsoConfiguration.getConfigError(String name) Reads a configuration parameter as anErrorMessageobject.