org.kuali.rice.core.util
Class ExceptionUtils

java.lang.Object
  extended by org.kuali.rice.core.util.ExceptionUtils

public abstract class ExceptionUtils
extends Object

Provides some Utilities for handling common Exception scenarios.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
ExceptionUtils()
           
 
Method Summary
static Throwable unwrapActualCause(Throwable throwable)
          Unwraps the appropriate Throwable from the given Throwable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtils

public ExceptionUtils()
Method Detail

unwrapActualCause

public static Throwable unwrapActualCause(Throwable throwable)
Unwraps the appropriate Throwable from the given Throwable. More specifically, this handles unwrapping causes from InvocationTargetException.

Parameters:
throwable -
Returns:


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.