Retrieves the lowest, inner-most exception for the specified exception.
public static final Throwable getBaseException( Throwable e )
e
The exception to find the base exception for.
Returns the base exception.
This method traverses the exception hierarchy tree, using the inner exceptions of WFCException objects. getBaseException also looks for java.lang.ExceptionInInitializerError and java.lang.reflect.InvocationTargetException objects that may also contain exceptions.