You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/15 15:49:59 UTC

[Myfaces Wiki] Trivial Update of "Handling Server Errors" by LuisParravicini

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by LuisParravicini:
http://wiki.apache.org/myfaces/Handling_Server_Errors

The comment on the change is:
corrected typo in fillStackTrace method

------------------------------------------------------------------------------
  	List exceptions = ExceptionUtils.getExceptions(exception);
  	Throwable throwable = (Throwable) exceptions.get(exceptions.size()-1);
  
-         for (int i = 0; i<execptions.size(); i++)
+         for (int i = 0; i<exceptions.size(); i++)
          {
              if (i > 0)
              {