org.objectweb.speedo.api
Class ExceptionHelper

java.lang.Object
  extended byorg.objectweb.speedo.api.ExceptionHelper

public class ExceptionHelper
extends java.lang.Object

This helper permits to find the final nested exception of a given exception.

Author:
S.Chassande-Barrioz

Constructor Summary
ExceptionHelper()
           
 
Method Summary
static java.lang.Exception getNested(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHelper

public ExceptionHelper()
Method Detail

getNested

public static final java.lang.Exception getNested(java.lang.Exception e)