info.magnolia.ui.admincentral
Class AdmincentralErrorHandler

java.lang.Object
  extended by info.magnolia.ui.admincentral.AdmincentralErrorHandler
All Implemented Interfaces:
com.vaadin.server.ErrorHandler, Serializable

public class AdmincentralErrorHandler
extends Object
implements com.vaadin.server.ErrorHandler

The AdmincentralErrorHandler logs unhandled exceptions and sends error messages to the pulse.

It replaces Vaadin's default behavior for component errors, which would otherwise display error icons and stack traces in tooltips.

See Also:
Serialized Form

Constructor Summary
AdmincentralErrorHandler(info.magnolia.ui.framework.message.MessagesManager messagesManager)
           
 
Method Summary
 void error(com.vaadin.server.ErrorEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdmincentralErrorHandler

public AdmincentralErrorHandler(info.magnolia.ui.framework.message.MessagesManager messagesManager)
Method Detail

error

public void error(com.vaadin.server.ErrorEvent event)
Specified by:
error in interface com.vaadin.server.ErrorHandler


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.