Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

Deprecated. No need anymore, error is processed in NuxeoExceptionFilter

@Deprecated
public class NuxeoErrorInterceptor
extends java.lang.Object
implements java.io.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
 java.lang.Object invokeAndWrapExceptions(javax.interceptor.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 java.lang.Object invokeAndWrapExceptions(javax.interceptor.InvocationContext invocation)
                                         throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.