Class CmsVaadinErrorHandler

  • All Implemented Interfaces:
    com.vaadin.server.ErrorHandler, java.io.Serializable

    public class CmsVaadinErrorHandler
    extends com.vaadin.server.DefaultErrorHandler
    Error handler for uncaught Vaadin exceptions.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(com.vaadin.server.ErrorEvent event)  
      • Methods inherited from class com.vaadin.server.DefaultErrorHandler

        doDefault, findAbstractComponent, findComponent, findRelevantThrowable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • error

        public void error​(com.vaadin.server.ErrorEvent event)
        Specified by:
        error in interface com.vaadin.server.ErrorHandler
        Overrides:
        error in class com.vaadin.server.DefaultErrorHandler
        See Also:
        DefaultErrorHandler.error(com.vaadin.server.ErrorEvent)