org.kuali.rice.core.util
Class ExceptionUtils
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
public ExceptionUtils()
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.