Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.shield
Class NuxeoErrorInterceptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor
All Implemented Interfaces:
Serializable

Deprecated. No need anymore, error is processed in NuxeoExceptionFilter

@Deprecated
public class NuxeoErrorInterceptor
extends Object
implements Serializable

Error handling interceptor.

Redirects to the good error page if an exception is caught: login page on security exception, themed error page on other exceptions and unthemed error page when another error is caught while rendering the error page.

Author:
Razvan Caraghin, Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
NuxeoErrorInterceptor()
          Deprecated.  
 
Method Summary
 Object invokeAndWrapExceptions(InvocationContext invocation)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoErrorInterceptor

public NuxeoErrorInterceptor()
Deprecated. 
Method Detail

invokeAndWrapExceptions

public Object invokeAndWrapExceptions(InvocationContext invocation)
                               throws Exception
Deprecated. 
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.